Browse Source

Merge pull request #38821 from Xrayez/custom-gitignore

Add `custom.py` to .gitignore
Rémi Verschelde 5 years ago
parent
commit
cf9f7bc1c1
1 changed files with 3 additions and 0 deletions
  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/