You've already forked godot
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:
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
|
||||
|
||||
Reference in New Issue
Block a user