mirror of
https://github.com/shadps4-emu/ext-libusb.git
synced 2026-01-31 00:55:21 +01:00
.gitignore: Ignore test binaries and logs
Closes #1370 Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user