diff options
author | zaaarf <80046572+zaaarf@users.noreply.github.com> | 2023-09-19 19:26:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 19:26:44 +0200 |
commit | 04cee186c54213cdca439d11f9462d2b99d6295f (patch) | |
tree | 3ee23f5f23730db33ed131e807658eccae72cfb8 | |
parent | 7a55877367282749e89ff938ca1d7910f7166fe6 (diff) | |
parent | 511b99551d53a0f30d12fbd26346dd9504c60e94 (diff) |
Merge pull request #19 from OpenVicProject/better-gitignore
added compile_commands.json and .cache folders 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 |