initial commit
This commit is contained in:
commit
7393a972a1
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
build*/
|
||||||
|
.cache/
|
||||||
|
.clangd/
|
||||||
|
.cmake/
|
||||||
|
CMakeLists.txt.user*
|
||||||
|
compile_commands.json
|
||||||
|
**/*.swo
|
||||||
|
**/*.swp
|
||||||
|
.vscode/
|
Loading…
Reference in a new issue