From 49ae8975e6c3e17fe7cc91dc2e91ffb2f69bc5d1 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Tue, 18 Mar 2014 15:40:46 +0100 Subject: [PATCH] Move Sphinx's entry a bit higher for consistency Sphinx isn't an editor/IDE, after all. ;) --- Python.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index 7c9474ee..51690f12 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -36,6 +36,9 @@ coverage.xml htmlcov/ nosetests.xml +# Sphinx documentation +docs/_build/ + # Translations *.mo *.pot @@ -53,5 +56,3 @@ nosetests.xml # Rope .ropeproject -# Sphinx documentation -docs/_build/