diff options
author | Dan McGee <dan@archlinux.org> | 2010-11-27 14:42:11 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-11-27 14:42:11 -0600 |
commit | a52a46cee2befbf23513c2289f00bcca7115cde4 (patch) | |
tree | 1c435381117d68cf975cfd454eb90402e7b57a8a /.gitignore | |
parent | 8c1ae21e86a83a9f7b9ca1445b6d0d5c73a142b1 (diff) |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,4 +3,5 @@ *.swo local_settings.py archweb.db +archweb.db-* testing/ |