Fixup .gitignore for examples and tests now living in subdirs
authorPete Batard <pete@akeo.ie>
Wed, 15 May 2013 08:21:16 +0000 (10:21 +0200)
committerHans de Goede <hdegoede@redhat.com>
Wed, 15 May 2013 15:20:01 +0000 (17:20 +0200)
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
.gitignore
libusb/version_nano.h

index 29f8d55..bf7ecb8 100644 (file)
@@ -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
index a4e4971..1677e61 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 10650
+#define LIBUSB_NANO 10651