You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
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:
committed by
Rémi Verschelde
parent
8ebcdeb3d7
commit
35d95918ae
3
.gitignore
vendored
3
.gitignore
vendored
@@ -88,6 +88,9 @@ logs/
|
||||
*.sln
|
||||
*.vcxproj*
|
||||
|
||||
# Custom SCons configuration override
|
||||
/custom.py
|
||||
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
|
||||
Reference in New Issue
Block a user