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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-11-15 11:51:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-11-15 11:51:31 +0400
commit345c5092397a98845fb384a5ecd172d3d0ccdd74 (patch)
tree9467b0c1482644fbc211bff70d4c470009f2f77f /.gitignore
parentac21db957a6c2f2723752c6a30734f06b0a667e3 (diff)
add gitignore
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 00000000000..d4e04b64dca
--- /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
+