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