aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commit04cee186c54213cdca439d11f9462d2b99d6295f (patch)
tree3ee23f5f23730db33ed131e807658eccae72cfb8
parent7a55877367282749e89ff938ca1d7910f7166fe6 (diff)
parent511b99551d53a0f30d12fbd26346dd9504c60e94 (diff)
Merge pull request #19 from OpenVicProject/better-gitignore
added compile_commands.json and .cache folders to gitignore
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 06fc159..ecc9c7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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