1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

SCons: Improve cache purging logic

• Implement caching via SCons arguments, rather than environment variables
This commit is contained in:
Thaddeus Crews
2024-10-13 13:59:33 -05:00
parent 98ddec4b8b
commit 0e4a4e3c4d
7 changed files with 151 additions and 155 deletions

6
.gitignore vendored
View File

@@ -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