From 52ff767b7a16caf3e7b61213669e3c4f258875ea Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Fri, 21 Feb 2014 10:34:02 +1100 Subject: [PATCH 1/3] Stop ignoring bin/ in Python template --- Python.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 76f2a469..d1f1738d 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -8,7 +8,6 @@ __pycache__/ # Distribution / packaging .Python env/ -bin/ build/ develop-eggs/ dist/ From 26c17fe2db828dbf8ff74e8e6e66fcefd232f182 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Fri, 21 Feb 2014 10:34:46 +1100 Subject: [PATCH 2/3] Remove Mr Developer and Rope rules from Python template --- Python.gitignore | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index d1f1738d..45437090 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -35,18 +35,9 @@ coverage.xml # Translations *.mo -# Mr Developer -.mr.developer.cfg -.project -.pydevproject - -# Rope -.ropeproject - # Django stuff: *.log *.pot # Sphinx documentation docs/_build/ - From 2aadf75fd68109df101dce209a4434c0fea3f356 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Fri, 21 Feb 2014 10:52:28 +1100 Subject: [PATCH 3/3] Group gettext files in the Python template --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 45437090..1fade719 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -34,10 +34,10 @@ coverage.xml # Translations *.mo +*.pot # Django stuff: *.log -*.pot # Sphinx documentation docs/_build/