Add .gitignore file to help keep things clean, based on @ewhac theirs

This commit is contained in:
Marco Cawthorne 2023-06-24 15:06:20 -07:00
parent e20ee6c854
commit 7a37e761df
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 10 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
*.o
*.o.d
engine/debug/
engine/release/
engine/libs-*/
engine/*.tar.gz
# clangd artifacts
compile_commands.json
.cache/