aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author zaaarf <zaaarf@proton.me>2023-09-19 19:17:26 +0200
committer zaaarf <zaaarf@proton.me>2023-09-19 19:17:26 +0200
commit511b99551d53a0f30d12fbd26346dd9504c60e94 (patch)
tree3ee23f5f23730db33ed131e807658eccae72cfb8
parent7a55877367282749e89ff938ca1d7910f7166fe6 (diff)
chore: 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