From a712e14038736500c780c3090558ee4185b80219 Mon Sep 17 00:00:00 2001 From: "Andrii Doroshenko (Xrayez)" Date: Mon, 18 May 2020 08:24:44 +0300 Subject: Add `custom.py` to .gitignore The default `custom.py` can be created at the root of the Godot repository to initialize any SCons build options via file which are specific to user. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 19490b9878..dfb1490aa9 100644 --- a/.gitignore +++ b/.gitignore @@ -89,6 +89,9 @@ logs/ *.sln *.vcxproj* +# Custom SCons configuration override +/custom.py + # Build results [Dd]ebug/ [Dd]ebugPublic/ -- cgit v1.2.3