diff options
author | Brendan Forster <brendan@github.com> | 2016-01-27 13:34:36 +1030 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2016-01-27 13:34:36 +1030 |
commit | a52383453b4d773dd83fed6250be88097409e1cb (patch) | |
tree | 43919a4aab1e8b272f88a6247c981e47a2ead771 /Python.gitignore | |
parent | 504f54caf8519ff8b3da9942ee0fbe366d2f8474 (diff) | |
parent | b510c6633eb7dc66cd9fb6a27509f9ad2a2bc3ce (diff) | |
download | gitignore-a52383453b4d773dd83fed6250be88097409e1cb.tar.gz gitignore-a52383453b4d773dd83fed6250be88097409e1cb.zip |
Merge pull request #1683 from edsondota/master
Add local_settings to Django's ignore
Diffstat (limited to 'Python.gitignore')
-rw-r--r-- | Python.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore index 1dbc687d..b3e96b51 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -51,6 +51,7 @@ coverage.xml # Django stuff: *.log +local_settings.py # Sphinx documentation docs/_build/ |