[Bf-extensions-cvs] [c2435f4] master: Git: add .gitignore file.

Brecht Van Lommel noreply at git.blender.org
Mon Nov 18 16:57:53 CET 2013


Commit: c2435f4bfcb3c87d8bdd3cab8db31fea788b62a3
Author: Brecht Van Lommel
Date:   Mon Nov 18 16:55:28 2013 +0100
http://developer.blender.org/rBAc2435f4bfcb3c87d8bdd3cab8db31fea788b62a3

Git: 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