mirror of https://github.com/godotengine/godot
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:
parent
8ebcdeb3d7
commit
35d95918ae
|
|
@ -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/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue