blender-test-data/.gitignore
Sergey Sharybin 48773362f1 Expand the list of ignored files
Cover more temp files and caches generated by Blender render.
2024-02-22 15:43:46 +01:00

21 lines
197 B
Plaintext

# Python temporary paths.
__pycache__/
*.py[cod]
# Temporary Blender files.
blendcache_*
*.blend1
*.blend2
# Editors.
*~
*.swp
*.swo
*#
# Thumbnails.
Thumbs.db
ehthumbs.db
Desktop.ini
.DS_Store