diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-10-13 13:59:33 -0500 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-11-15 08:29:58 -0600 |
commit | 0e4a4e3c4d602691ce1b4fc6a721c5c637ead57f (patch) | |
tree | 057f9173ba71e33fff3a726bbac1c811151778b9 /.gitignore | |
parent | 98ddec4b8b64e1253fb3a2c1ae853c604ff490fa (diff) | |
download | redot-engine-0e4a4e3c4d602691ce1b4fc6a721c5c637ead57f.tar.gz |
SCons: Improve cache purging logic
• Implement caching via SCons arguments, rather than environment variables
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 32a43b8c63..0dcf79c460 100644 --- a/.gitignore +++ b/.gitignore @@ -77,6 +77,9 @@ venv __pycache__/ *.pyc +# Python modules +.*_cache/ + # Documentation doc/_build/ @@ -164,9 +167,6 @@ gmon.out # Kdevelop *.kdev4 -# Mypy -.mypy_cache - # Qt Creator *.config *.creator |