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.
This commit is contained in:
Andrii Doroshenko (Xrayez) 2020-05-18 08:24:44 +03:00
parent 495b28765d
commit a712e14038

3
.gitignore vendored
View file

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