From 9462d1561dfc797223c2c6bd9b8b32a4285550f9 Mon Sep 17 00:00:00 2001 From: Chris Dickens Date: Mon, 20 Feb 2017 00:24:51 -0800 Subject: [PATCH] .gitignore: Add some new entries Signed-off-by: Chris Dickens --- .gitignore | 2 ++ libusb/version_nano.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0a0f095..a9296c8 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ missing stamp-h1 m4/ autom4te.cache +INSTALL install-sh depcomp configure @@ -32,6 +33,7 @@ examples/dpfp_threaded examples/fxload examples/hotplugtest examples/sam3u_benchmark +examples/testlibusb tests/stress *.exe *.pc diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 9f393be..e76cd1b 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11183 +#define LIBUSB_NANO 11184 -- 2.7.4