From c5ca0bab2ea19bda884c02db975efb23cbec464b Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 8 May 2013 22:00:47 +0200 Subject: [PATCH] Ignore local settings file. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 355b02b..448b45d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ # ignore compiled python code *.pyc + +# do not check in your local settings +settings.py -- 2.7.4