diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-05-16 08:38:39 +0200 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-05-16 08:38:39 +0200 | 
| commit | 4f81c8e94dd8c9b54ecde9fe7206ee5328eb29f2 (patch) | |
| tree | f90d663ba16e35f738bb585bd269babad8171217 | |
| parent | 0adc05286d97536637d01ed0a295d45f7bb60c1d (diff) | |
New ignores.
| -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 | 
