osxmidi / LinVst

Linux Windows vst wrapper/bridge
GNU General Public License v3.0
674 stars 41 forks source link

Update gitignore #116

Closed ismaelgv closed 4 years ago

ismaelgv commented 4 years ago

I have added some extensions to gitignore file. The rationale behind this is to avoid having a dirty directory after compilation or adding compiled files by mistake.

I have added also compile_commands.json that is usually used by Clang, some build systems and some completion/linter engines (clangd and others).

Changes: