diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-05-18 10:01:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 10:01:07 +0200 |
commit | cf9f7bc1c1ea75be2ba6d8c851723d9a0d6bd79a (patch) | |
tree | 6d76b01bf40efa56d361aa4be834417432f2149c | |
parent | 840c8f1cff1c454fd594a0b08bb760303dd9809f (diff) | |
parent | a712e14038736500c780c3090558ee4185b80219 (diff) |
Merge pull request #38821 from Xrayez/custom-gitignore
Add `custom.py` to .gitignore
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 19490b9878..dfb1490aa9 100644 --- a/.gitignore +++ b/.gitignore @@ -89,6 +89,9 @@ logs/ *.sln *.vcxproj* +# Custom SCons configuration override +/custom.py + # Build results [Dd]ebug/ [Dd]ebugPublic/ |