Update .gitignore
This commit is contained in:
parent
45a7168035
commit
e41ef4121b
1 changed files with 3 additions and 9 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -1,9 +1,4 @@
|
||||||
build
|
build*
|
||||||
build-arm
|
|
||||||
build-asan
|
|
||||||
build-release
|
|
||||||
build-reldeb
|
|
||||||
build-debug
|
|
||||||
docs
|
docs
|
||||||
.vscode
|
.vscode
|
||||||
perf.data
|
perf.data
|
||||||
|
|
@ -16,6 +11,7 @@ cmake_install.cmake
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
*.a
|
*.a
|
||||||
*.txt.user
|
*.txt.user
|
||||||
|
*.autosave
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
|
@ -23,11 +19,9 @@ clients/sfizz_jack
|
||||||
clients/sfzprint
|
clients/sfzprint
|
||||||
|
|
||||||
# gh-pages unstaged files:
|
# gh-pages unstaged files:
|
||||||
|
|
||||||
_site/
|
_site/
|
||||||
.bundle/
|
.bundle/
|
||||||
api/
|
api/
|
||||||
assets/
|
assets/
|
||||||
node_modules/
|
node_modules/
|
||||||
Gemfile.lock
|
*.lock
|
||||||
yarn.lock
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue