diff options
author | Pete Batard <pete@akeo.ie> | 2013-05-15 10:21:16 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2013-05-15 17:20:01 +0200 |
commit | 29480089519f0b52da7697c34a3bbb67d3e74a3f (patch) | |
tree | f00f394e6a95ecb7ecd0755c91c7f796e19669b9 /.gitignore | |
parent | 8399b52062e9aa2877ab6f61622fe9cb241fad57 (diff) | |
download | libusb-29480089519f0b52da7697c34a3bbb67d3e74a3f.tar.gz |
Fixup .gitignore for examples and tests now living in subdirs
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -24,12 +24,12 @@ config.status config.sub *.swp doxygen.cfg -listdevs -xusb -dpfp -dpfp_threaded -fxload -stress +examples/listdevs +examples/xusb +examples/dpfp +examples/dpfp_threaded +examples/fxload +tests/stress *.exe *.pc doc/html @@ -40,3 +40,6 @@ Debug Release *.user *.suo +*.patch +*~ +*.orig |