Add db/*.sqlite3-journal to .gitignore

These can pop up while the SQLite DB is being written to.
This commit is contained in:
Jo Liss 2011-12-20 16:08:01 +01:00
parent 6a6fc4e1db
commit 22cb97ba5c
2 changed files with 2 additions and 0 deletions

@ -9,6 +9,7 @@
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
# Ignore all logfiles and tempfiles.
/log/*.log

@ -2,6 +2,7 @@
log/*.log
pkg/
<%= dummy_path %>/db/*.sqlite3
<%= dummy_path %>/db/*.sqlite3-journal
<%= dummy_path %>/log/*.log
<%= dummy_path %>/tmp/
<%= dummy_path %>/.sass-cache