add gitignore

This commit is contained in:
Campbell Barton 2013-11-15 18:51:31 +11:00
parent ac21db957a
commit 345c509239
1 changed files with 22 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@ -0,0 +1,22 @@
# generic files to ignore
.*
# python temp paths
__pycache__/
*.py[cod]
# editors
*~
*.swp
*.swo
*#
# ms-windows
Thumbs.db
ehthumbs.db
Desktop.ini
# commonly used paths in blender
/blender.bin
/user-config.py