.gitignore: Ignore test binaries and logs

Closes #1370

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
This commit is contained in:
Tormod Volden 2023-12-08 23:17:12 +01:00
parent 56cee16efd
commit 43db4d97d7
2 changed files with 8 additions and 1 deletions

7
.gitignore vendored
View file

@ -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

View file

@ -1 +1 @@
#define LIBUSB_NANO 11845
#define LIBUSB_NANO 11846