From 0f5bc09b90b09c99cff50973e667b782bfb29628 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Tue, 18 Mar 2014 15:43:25 +0100 Subject: [PATCH] Since I can't decide on an order... Let's order it alphabetically, it's almost alphabetical already anyway. (I try to not be overzealous with such things, but if I already cleaned up the ordering, then why not be consistent.) --- Python.gitignore | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index 51690f12..c1ead2fe 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -28,6 +28,13 @@ var/ pip-delete-this-directory.txt pip-log.txt +# Sphinx documentation +docs/_build/ + +# Translations +*.mo +*.pot + # Unit test/coverage reports .cache .coverage @@ -36,12 +43,6 @@ coverage.xml htmlcov/ nosetests.xml -# Sphinx documentation -docs/_build/ - -# Translations -*.mo -*.pot # Mr Developer .mr.developer.cfg @@ -55,4 +56,3 @@ docs/_build/ # Rope .ropeproject -