From 4e0f3e0256f80db5da20bfffe2735b943ea5c5be Mon Sep 17 00:00:00 2001 From: Gauthier Bastien Date: Thu, 21 Mar 2013 13:12:20 +0100 Subject: [PATCH] Updated ignores --- .gitignore | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index fa65f0b..9f69d63 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,15 @@ -# Build and Release Folders -bin/ -bin-debug/ -bin-release/ - -# Other files and folders +*.egg-info +*.mo +*.pyc +.installed.cfg +.mr.developer.cfg +.project +.pydevproject .settings/ - -# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` -# should NOT be excluded as they contain compiler settings and other important -# information for Eclipse / Flash Builder. \ No newline at end of file +bin/ +develop-eggs/ +parts/ +src/* +!src/collective/ +var/ +buildout-cache/