aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 343a446..8886c6b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,10 @@ Makefile.in
*.la
*.lo
*.o
+*.js
+!/tests/webusb-test-shim/*.js
+*.wasm
+*.html
libtool
ltmain.sh
missing
@@ -18,6 +22,7 @@ depcomp
configure
aclocal.m4
compile
+test-driver
config.guess
config.h*
!msvc/config.h
@@ -37,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
@@ -48,6 +59,8 @@ doc/api-1.0
*.opt
Debug
Release
+Debug-MT
+Release-MT
*.db
*.user
*.suo
@@ -66,3 +79,6 @@ xcuserdata
*.xccheckout
*.xcscmblueprint
*.xcworkspace
+build/
+tags
+cscope.out