mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
SCons: Improve cache purging logic
• Implement caching via SCons arguments, rather than environment variables
This commit is contained in:
parent
98ddec4b8b
commit
0e4a4e3c4d
7 changed files with 151 additions and 155 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue