diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-11-01 02:28:25 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-11-01 02:28:25 +0300 |
commit | 62dba3fcf3b27d2eefd25abc7a646ad89b569a2a (patch) | |
tree | 2a9e8d4760495abc22fa722441f2bb79f8d9c595 /.gitignore | |
parent | 65adffb60eab7481cfd356a775c337a57fa1deb5 (diff) | |
download | libADLMIDI-62dba3fcf3b27d2eefd25abc7a646ad89b569a2a.tar.gz libADLMIDI-62dba3fcf3b27d2eefd25abc7a646ad89b569a2a.tar.bz2 libADLMIDI-62dba3fcf3b27d2eefd25abc7a646ad89b569a2a.zip |
MIDI Sequencer: Minor polishing
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -39,3 +39,7 @@ build/* # DoxyGen's output: docs +# Ignore CLeon's files +.idea/* +cmake-build-*/* + |