Update .gitignore

This commit is contained in:
redtide 2019-11-25 16:21:02 +01:00
parent 45a7168035
commit e41ef4121b

12
.gitignore vendored
View file

@ -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