Florian Meyer
194cd6e8b2
Cycles addon is saved externally and only copied here on build. When working in this repo it helps not to see it.
21 lines
177 B
Plaintext
21 lines
177 B
Plaintext
# generic files to ignore
|
|
.*
|
|
|
|
# python temp paths
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# editors
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
*#
|
|
|
|
# ms-windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
# external addons
|
|
cycles/
|