diff options
author | zaaarf <zaaarf@proton.me> | 2023-09-19 19:17:26 +0200 |
---|---|---|
committer | zaaarf <zaaarf@proton.me> | 2023-09-19 19:17:26 +0200 |
commit | 511b99551d53a0f30d12fbd26346dd9504c60e94 (patch) | |
tree | 3ee23f5f23730db33ed131e807658eccae72cfb8 /.gitignore | |
parent | 7a55877367282749e89ff938ca1d7910f7166fe6 (diff) |
chore: added compile_commands.json and .cache folders to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -76,4 +76,8 @@ bin/* !game/common/map/*.obj # JetBrains -.idea
\ No newline at end of file +.idea + +# scons stuff +.cache +compile_commands.json
\ No newline at end of file |