summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrii Doroshenko (Xrayez) <xrayez@gmail.com>2020-05-18 08:24:44 +0300
committerAndrii Doroshenko (Xrayez) <xrayez@gmail.com>2020-05-18 10:28:43 +0300
commita712e14038736500c780c3090558ee4185b80219 (patch)
treec815b7a659a3a5899cad0b5b62a2766e45f13820 /.gitignore
parent495b28765d03aa9459bc312ebba190ec208979e7 (diff)
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
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/