mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +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.
This commit is contained in:
parent
495b28765d
commit
a712e14038
3
.gitignore
vendored
3
.gitignore
vendored
@ -89,6 +89,9 @@ logs/
|
||||
*.sln
|
||||
*.vcxproj*
|
||||
|
||||
# Custom SCons configuration override
|
||||
/custom.py
|
||||
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
|
Loading…
Reference in New Issue
Block a user