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

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


Commit: df1ee41c55a733c3a2e4241a4c154f49baf9c22e
Author: Brecht Van Lommel
Date:   Wed Nov 20 08:30:58 2013 +0100
http://developer.blender.org/rBAdf1ee41c55a733c3a2e4241a4c154f49baf9c22e

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