summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-11-27 14:42:11 -0600
committerDan McGee <dan@archlinux.org>2010-11-27 14:42:11 -0600
commita52a46cee2befbf23513c2289f00bcca7115cde4 (patch)
tree1c435381117d68cf975cfd454eb90402e7b57a8a
parent8c1ae21e86a83a9f7b9ca1445b6d0d5c73a142b1 (diff)
downloadarchweb-a52a46cee2befbf23513c2289f00bcca7115cde4.tar.gz
archweb-a52a46cee2befbf23513c2289f00bcca7115cde4.zip
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 <dan@archlinux.org>
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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/