From 29480089519f0b52da7697c34a3bbb67d3e74a3f Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Wed, 15 May 2013 10:21:16 +0200 Subject: [PATCH] Fixup .gitignore for examples and tests now living in subdirs Signed-off-by: Hans de Goede --- .gitignore | 15 +++++++++------ libusb/version_nano.h | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 29f8d55..bf7ecb8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libusb/version_nano.h b/libusb/version_nano.h index a4e4971..1677e61 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 10650 +#define LIBUSB_NANO 10651 -- 2.7.4