mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05: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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -89,6 +89,9 @@ logs/
|
|||||||
*.sln
|
*.sln
|
||||||
*.vcxproj*
|
*.vcxproj*
|
||||||
|
|
||||||
|
# Custom SCons configuration override
|
||||||
|
/custom.py
|
||||||
|
|
||||||
# Build results
|
# Build results
|
||||||
[Dd]ebug/
|
[Dd]ebug/
|
||||||
[Dd]ebugPublic/
|
[Dd]ebugPublic/
|
||||||
|
|||||||
Reference in New Issue
Block a user