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-arm
|
||||
build-asan
|
||||
build-release
|
||||
build-reldeb
|
||||
build-debug
|
||||
build*
|
||||
docs
|
||||
.vscode
|
||||
perf.data
|
||||
|
|
@ -16,6 +11,7 @@ cmake_install.cmake
|
|||
compile_commands.json
|
||||
*.a
|
||||
*.txt.user
|
||||
*.autosave
|
||||
|
||||
.DS_Store
|
||||
|
||||
|
|
@ -23,11 +19,9 @@ clients/sfizz_jack
|
|||
clients/sfzprint
|
||||
|
||||
# gh-pages unstaged files:
|
||||
|
||||
_site/
|
||||
.bundle/
|
||||
api/
|
||||
assets/
|
||||
node_modules/
|
||||
Gemfile.lock
|
||||
yarn.lock
|
||||
*.lock
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue