Pārlūkot izejas kodu

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 a712e14038736500c780c3090558ee4185b80219)
Andrii Doroshenko (Xrayez) 5 gadi atpakaļ
vecāks
revīzija
35d95918ae
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

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