diff options
author | André Nusser <andre.nusser@googlemail.com> | 2016-10-25 06:55:51 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2016-10-25 06:55:51 +0200 |
commit | a7082df04c386aa66f806f761b5d24c7b6013d1a (patch) | |
tree | 9e084dfa028d8ec6a7be9c4709e4189c7f828895 | |
parent | 12b474041a65d95d6959731d97127b1848eaea8b (diff) |
Add build-generated directories to .gitignore
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -64,3 +64,5 @@ tools/valgrind_test/*.log tools/performance_test/*.log tools/performance_test/*.dat tools/performance_test/*.png +plugin/vst/pluginterfaces/ +plugin/vst/public.sdk/ |