From b510c6633eb7dc66cd9fb6a27509f9ad2a2bc3ce Mon Sep 17 00:00:00 2001 From: Edson Dota Date: Fri, 2 Oct 2015 09:27:59 -0300 Subject: [PATCH] Add local_settings to Django's ignore --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index a65d0466..ede8087d 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -50,6 +50,7 @@ coverage.xml # Django stuff: *.log +local_settings.py # Sphinx documentation docs/_build/