瀏覽代碼

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.
Andrii Doroshenko (Xrayez) 5 年之前
父節點
當前提交
a712e14038
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

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