From 43db4d97d7eaaaa0f4e9c775bdd992b05351ef37 Mon Sep 17 00:00:00 2001 From: Tormod Volden Date: Fri, 8 Dec 2023 23:17:12 +0100 Subject: [PATCH] .gitignore: Ignore test binaries and logs Closes #1370 Signed-off-by: Tormod Volden --- .gitignore | 7 +++++++ libusb/version_nano.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c2d6166f..8886c6b1 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 010c8ecc..856132ce 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11845 +#define LIBUSB_NANO 11846