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.

(cherry picked from commit a712e14038)
This commit is contained in:
Andrii Doroshenko (Xrayez) 2020-05-18 08:24:44 +03:00 committed by Rémi Verschelde
parent 8ebcdeb3d7
commit 35d95918ae

3
.gitignore vendored
View file

@ -88,6 +88,9 @@ logs/
*.sln *.sln
*.vcxproj* *.vcxproj*
# Custom SCons configuration override
/custom.py
# Build results # Build results
[Dd]ebug/ [Dd]ebug/
[Dd]ebugPublic/ [Dd]ebugPublic/