From c991bc587d84096bbf295366a4d00e815f4a8861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Douche?= Date: Wed, 10 Nov 2010 23:33:30 +0100 Subject: [PATCH 1/3] Added buildout directories and the configuration data files. --- Python.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index e13c9cd7..d500ec4b 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -5,6 +5,11 @@ *.egg-info dist build +eggs +parts +bin +develop-eggs +.installed.cfg # Installer logs pip-log.txt From 2a42f5376adadc4afde08859180672fb53fa309c Mon Sep 17 00:00:00 2001 From: tzicatl Date: Mon, 4 Apr 2011 22:14:03 -0500 Subject: [PATCH 2/3] Update Python.gitignore with some commonly used patterns for buildout-based projects --- Python.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index d500ec4b..d78a533e 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -8,6 +8,8 @@ build eggs parts bin +var +sdist develop-eggs .installed.cfg @@ -17,3 +19,6 @@ pip-log.txt # Unit test / coverage reports .coverage .tox + +#Mr Developer +.mr.developer.cfg From e1f0a713c47dada10b2f818a6650198816badd7c Mon Sep 17 00:00:00 2001 From: tzicatl Date: Mon, 4 Apr 2011 22:14:13 -0500 Subject: [PATCH 3/3] Update Python.gitignore with some commonly used patterns for buildout-based projects --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index d78a533e..f24cd995 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -20,5 +20,8 @@ pip-log.txt .coverage .tox +#Translations +*.mo + #Mr Developer .mr.developer.cfg