aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTormod Volden <debian.tormod@gmail.com>2023-12-08 23:17:12 +0100
committerTormod Volden <debian.tormod@gmail.com>2023-12-09 10:38:56 +0100
commit43db4d97d7eaaaa0f4e9c775bdd992b05351ef37 (patch)
treee55cdc35f93223b41d9b2ce1d0af6fcc23f29df0
parent56cee16efd9ff9d1b4b976e128bf05162bd0c85f (diff)
downloadlibusb-43db4d97d7eaaaa0f4e9c775bdd992b05351ef37.tar.gz
.gitignore: Ignore test binaries and logs
Closes #1370 Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
-rw-r--r--.gitignore7
-rw-r--r--libusb/version_nano.h2
2 files changed, 8 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index c2d6166..8886c6b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 010c8ec..856132c 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11845
+#define LIBUSB_NANO 11846