Files
blender-dev-tools/.gitignore
Campbell Barton a59727fb04 add gitignore file
2013-11-17 17:38:59 +11:00

14 lines
103 B
Plaintext

# generic files to ignore
.*
# python temp paths
__pycache__/
*.py[cod]
# editors
*~
*.swp
*.swo
*#