diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-09-03 19:25:26 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-09-03 19:25:26 +0200 |
commit | af61422dd4f7cbf98614a7bc2d7ef03bac29b48b (patch) | |
tree | af2c29964cb521ce6bc36a54057de5489adc628c /.gitignore | |
parent | 1c25d3a69ac27dc1f93bca3a71996e757b452c4b (diff) |
Ignore this ignore that...
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -9,6 +9,7 @@ config.guess config.h config.h.in* config.log +config.rpath config.status config.sub configure @@ -58,6 +59,7 @@ test/enginetest test/paintertest test/drumkitcreatortest test/bytesizeparsertest +test/notifiertest test/dgreftest/dgreftest test/dgreftest/*.mid test/dgreftest/*.wav @@ -80,3 +82,12 @@ plugin/vst/public.sdk/ \#*\# .\#* .clang_complete +*.tar.gz +*.zip +*.tgz +*.asc +*.patch +*.log +*.pch +*.gch +cov-int/
\ No newline at end of file |