Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2013-11-20 11:30:58 +0400
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2013-11-20 11:30:58 +0400
commitdf1ee41c55a733c3a2e4241a4c154f49baf9c22e (patch)
treeea8c9bc5b0f36af6489c4e4f0bb228560e29a43a /.gitignore
parent120612c8bd74040dd624f25e359f30a257d180e6 (diff)
Add .gitignore file.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..d4e04b64
--- /dev/null
+++ b/.gitignore
@@ -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
+