summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorEmilien Bauer <emilien.bauer@etu.unistra.fr>2022-09-13 10:37:58 +0200
committerEmilien Bauer <emilien.bauer@etu.unistra.fr>2022-09-19 13:32:23 +0200
commit8e717acf48573ee6bdbb2f321e41e48124731cf8 (patch)
tree5bdbf22e58be0f37802b977fdea1fc5c513a6768 /.gitignore
parent204e504d68cd8b5d267d3146390ec2f25c5f2e27 (diff)
downloadredot-cpp-8e717acf48573ee6bdbb2f321e41e48124731cf8.tar.gz
Add options to use scons caching for faster iteration.
Sort the sets in source generation so they are generated consistently between runs; otherwise caching is useless.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8589f20..05e3fd0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,9 @@ src/gen
logs/*
*.log
+# The default cache directory
+cache/
+
# Binaries
*.o
*.os