mirror of
https://github.com/blender/blender-dev-tools.git
synced 2025-07-21 11:33:00 +00:00
14 lines
103 B
Plaintext
14 lines
103 B
Plaintext
# generic files to ignore
|
|
.*
|
|
|
|
# python temp paths
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# editors
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
*#
|
|
|