summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McFadden <fadden@castar.com>2017-03-30 15:17:38 -0700
committerLudovic Rousseau <ludovic.rousseau@free.fr>2017-03-31 08:54:21 +0200
commitb06b4d101b5ddd95e86a6ba34b526eda6fc839ba (patch)
tree23971c1762b00c59283e9bf8b3b07b5a966de1e0
parent05b0b55b75278be33c5cb4c4d775c3035964e031 (diff)
downloadlibusb-b06b4d101b5ddd95e86a6ba34b526eda6fc839ba.tar.gz
git: Don't ignore platform config.h
The android and Xcode config.h headers were being ignored.
-rw-r--r--.gitignore2
-rw-r--r--libusb/version_nano.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a9296c8..82e1014 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,6 +20,8 @@ compile
config.guess
config.h*
!msvc/config.h
+!android/config.h
+!Xcode/config.h
.vs
config.log
config.status
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index e2bf2ec..e9614aa 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11196
+#define LIBUSB_NANO 11197