fix gitignore
This commit is contained in:
parent
8e81280dd3
commit
34ff24b024
2 changed files with 1 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@ gear
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
**/*.o
|
**/*.o
|
||||||
**/*.glsl.h
|
**/*.glsl.h
|
||||||
|
.vscode/
|
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"files.associations": {
|
|
||||||
"sokol_audio.h": "c",
|
|
||||||
"sokol_log.h": "c"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue