git: Don't ignore platform config.h

The android and Xcode config.h headers were being ignored.
This commit is contained in:
Andy McFadden
2017-03-30 15:17:38 -07:00
committed by Ludovic Rousseau
parent 05b0b55b75
commit b06b4d101b
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -20,6 +20,8 @@ compile
config.guess
config.h*
!msvc/config.h
!android/config.h
!Xcode/config.h
.vs
config.log
config.status
+1 -1
View File
@@ -1 +1 @@
#define LIBUSB_NANO 11196
#define LIBUSB_NANO 11197