summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore8
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 4cfbcc4..2196119 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,9 +2,10 @@ Makefile
Makefile.in
aclocal.m4
autom4te.cache/
+compile
config.guess
config.h
-config.h.in
+config.h.in*
config.log
config.status
config.sub
@@ -16,6 +17,7 @@ libtool
ltmain.sh
missing
stamp-h1
+test-driver
*.o
*.a
*.la
@@ -31,4 +33,6 @@ plugingui/rcgen
test/result_*.xml
test/resampler
test/engine
-test/gui \ No newline at end of file
+test/gui
+drumgizmo-*.tar.gz
+tst \ No newline at end of file