.gitignore things
This commit is contained in:
parent
c49214afb8
commit
89a300edce
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