aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo J .Caballero G <leonardocaballero@gmail.com>2012-04-20 14:22:30 -0430
committerLeonardo J .Caballero G <leonardocaballero@gmail.com>2012-04-20 14:22:30 -0430
commit9a2661f88048a8ab815ea7dcf4d85adc6423e353 (patch)
tree42f813ccb74555cbc766ddd9a04a0e2fd10cab64
parenta66b53a87da869a24ddc3ca6bcac3034121752e6 (diff)
downloadgitignore-9a2661f88048a8ab815ea7dcf4d85adc6423e353.tar.gz
gitignore-9a2661f88048a8ab815ea7dcf4d85adc6423e353.zip
Add Plone CMS git .ignore file
-rw-r--r--Plone.gitignore34
1 files changed, 34 insertions, 0 deletions
diff --git a/Plone.gitignore b/Plone.gitignore
new file mode 100644
index 00000000..13edefa5
--- /dev/null
+++ b/Plone.gitignore
@@ -0,0 +1,34 @@
+*~
+*.pyc
+*.pyo
+*.tmp*
+*.mo
+*.egg
+*.EGG
+*.egg-info
+*.EGG-INFO
+*.kpf
+*.swp
+*.wpr
+.*.cfg
+.installed.cfg
+.mr.developer.cfg
+.hg/
+.bzr/
+.svn/
+.project
+.pydevproject
+bin/
+build/
+develop-eggs/
+downloads/
+eggs/
+fake-eggs/
+parts/
+dist/
+var/
+
+
+
+# OSX
+.DS_Store