mirror of
https://github.com/libusb/libusb
synced 2024-11-21 06:26:10 -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
|
||||
aclocal.m4
|
||||
compile
|
||||
test-driver
|
||||
config.guess
|
||||
config.h*
|
||||
!msvc/config.h
|
||||
|
@ -41,7 +42,13 @@ examples/fxload
|
|||
examples/hotplugtest
|
||||
examples/sam3u_benchmark
|
||||
examples/testlibusb
|
||||
tests/init_context
|
||||
tests/macos
|
||||
tests/set_option
|
||||
tests/stress
|
||||
tests/stress_mt
|
||||
tests/*.log
|
||||
tests/*.trs
|
||||
android/libs
|
||||
android/obj
|
||||
*.exe
|
||||
|
|
|
@ -1 +1 @@
|
|||
#define LIBUSB_NANO 11845
|
||||
#define LIBUSB_NANO 11846
|
||||
|
|
Loading…
Reference in a new issue