From 8e717acf48573ee6bdbb2f321e41e48124731cf8 Mon Sep 17 00:00:00 2001 From: Emilien Bauer Date: Tue, 13 Sep 2022 10:37:58 +0200 Subject: 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. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.3