git: Don't ignore platform config.h
authorAndy McFadden <fadden@castar.com>
Thu, 30 Mar 2017 22:17:38 +0000 (15:17 -0700)
committerLudovic Rousseau <ludovic.rousseau@free.fr>
Fri, 31 Mar 2017 06:54:21 +0000 (08:54 +0200)
The android and Xcode config.h headers were being ignored.

.gitignore
libusb/version_nano.h

index a9296c8..82e1014 100644 (file)
@@ -20,6 +20,8 @@ compile
 config.guess
 config.h*
 !msvc/config.h
+!android/config.h
+!Xcode/config.h
 .vs
 config.log
 config.status
index e2bf2ec..e9614aa 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11196
+#define LIBUSB_NANO 11197