diff options
| -rw-r--r-- | .gitignore | 8 | 
1 files changed, 6 insertions, 2 deletions
| @@ -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 | 
