Add .gitignore file.

This commit is contained in:
Brecht Van Lommel 2013-11-20 08:30:58 +01:00
parent 120612c8bd
commit df1ee41c55
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