mirror of
https://github.com/libusb/libusb
synced 2024-11-21 14:29:12 -07:00
.gitignore: Ignore test binaries and logs
Closes #1370 Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
This commit is contained in:
parent
56cee16efd
commit
43db4d97d7
2 changed files with 8 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -22,6 +22,7 @@ depcomp
|
||||||
configure
|
configure
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
compile
|
compile
|
||||||
|
test-driver
|
||||||
config.guess
|
config.guess
|
||||||
config.h*
|
config.h*
|
||||||
!msvc/config.h
|
!msvc/config.h
|
||||||
|
@ -41,7 +42,13 @@ examples/fxload
|
||||||
examples/hotplugtest
|
examples/hotplugtest
|
||||||
examples/sam3u_benchmark
|
examples/sam3u_benchmark
|
||||||
examples/testlibusb
|
examples/testlibusb
|
||||||
|
tests/init_context
|
||||||
|
tests/macos
|
||||||
|
tests/set_option
|
||||||
tests/stress
|
tests/stress
|
||||||
|
tests/stress_mt
|
||||||
|
tests/*.log
|
||||||
|
tests/*.trs
|
||||||
android/libs
|
android/libs
|
||||||
android/obj
|
android/obj
|
||||||
*.exe
|
*.exe
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
#define LIBUSB_NANO 11845
|
#define LIBUSB_NANO 11846
|
||||||
|
|
Loading…
Reference in a new issue