Add .gitignore file to help keep things clean, based on @ewhac theirs
This commit is contained in:
parent
e20ee6c854
commit
7a37e761df
1 changed files with 10 additions and 0 deletions
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
*.o
|
||||
*.o.d
|
||||
engine/debug/
|
||||
engine/release/
|
||||
engine/libs-*/
|
||||
engine/*.tar.gz
|
||||
|
||||
# clangd artifacts
|
||||
compile_commands.json
|
||||
.cache/
|
Loading…
Reference in a new issue