diff options
author | Lars Muldjord <muldjordlars@gmail.com> | 2017-03-23 19:22:38 +0100 |
---|---|---|
committer | Lars Muldjord <muldjordlars@gmail.com> | 2017-03-23 19:22:38 +0100 |
commit | 889070f5c84f67cb52a5038fe93aca6234bbc360 (patch) | |
tree | 5c9ccdac1c8e7c13e501c89b2fbbaffa04340391 /.gitignore | |
parent | 83745f8bf86d22936c5c2c7becc86885119f5d29 (diff) | |
parent | 494e7218597a6cd94902b3ae6f827e74b41c00b0 (diff) |
Merge branch 'master' of http://git.drumgizmo.org/drumgizmo
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -26,6 +26,7 @@ INSTALL *.o *.a *.la +*.core test_* *.exe Makefile.am.test @@ -56,6 +57,7 @@ test/semaphoretest test/enginetest test/paintertest test/drumkitcreatortest +test/bytesizeparsertest test/dgreftest/dgreftest test/dgreftest/*.mid test/dgreftest/*.wav @@ -73,4 +75,4 @@ plugin/vst/public.sdk/ plugingui/tests/*test *~ \#*\# -.\#*
\ No newline at end of file +.\#* |