[Bf-extensions-cvs] [4fe6a9e] master: Add .gitignore file.

Brecht Van Lommel noreply at git.blender.org
Wed Nov 20 08:34:03 CET 2013


Commit: 4fe6a9e046f9578a0dadb1186269ac5e406a8c15
Author: Brecht Van Lommel
Date:   Wed Nov 20 08:33:01 2013 +0100
http://developer.blender.org/rBAC4fe6a9e046f9578a0dadb1186269ac5e406a8c15

Add .gitignore file.

===================================================================

A	.gitignore

===================================================================

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d4e04b6
--- /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
+



More information about the Bf-extensions-cvs mailing list