From a52a46cee2befbf23513c2289f00bcca7115cde4 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 27 Nov 2010 14:42:11 -0600 Subject: Ignore other sqlite3 created files by default If using the defaults, this will ignore archweb.db-journal, and we can also ignore the files created when in WAL mode. Signed-off-by: Dan McGee --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0e28f9f1..fea51cc3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ *.swo local_settings.py archweb.db +archweb.db-* testing/ -- cgit v1.2.3-55-g3dc8