Update gitignore
This commit is contained in:
parent
52308936ca
commit
484b204401
1 changed files with 11 additions and 1 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -4,4 +4,14 @@ build-release
|
||||||
build-debug
|
build-debug
|
||||||
.vscode
|
.vscode
|
||||||
perf.data
|
perf.data
|
||||||
perf.data.old
|
perf.data.old
|
||||||
|
|
||||||
|
Makefile
|
||||||
|
CMakeCache.txt
|
||||||
|
CMakeFiles/
|
||||||
|
cmake_install.cmake
|
||||||
|
compile_commands.json
|
||||||
|
*.a
|
||||||
|
|
||||||
|
clients/sfizz_jack
|
||||||
|
clients/sfzprint
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue