From 64b2c9be0b86c130ff774005f7daa2e869e37c8c Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Sat, 24 Sep 2022 18:44:25 +0200 Subject: [SCons] Refactor targets, symbols, optimizations. Now matches Godot `master` target names and supports the same flags with the following notable exceptions: - The default target is "template_debug", since it's compatible with editor builds (and TOOLS_ENABLED is never used internally). - separate_debug_symbols is still not supported, and will be done in a separate commit. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 05e3fd0..a51e14d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,9 @@ include/gen src/gen +# Build configuarion. +/custom.py + # Misc logs/* *.log -- cgit v1.2.3