fix gitignore

This commit is contained in:
sam 2024-08-18 13:07:41 +12:00
parent 8e81280dd3
commit 34ff24b024
2 changed files with 1 additions and 6 deletions

1
.gitignore vendored
View file

@ -5,3 +5,4 @@ gear
compile_commands.json
**/*.o
**/*.glsl.h
.vscode/

View file

@ -1,6 +0,0 @@
{
"files.associations": {
"sokol_audio.h": "c",
"sokol_log.h": "c"
}
}