Commit 39365da3 authored by Carl Suster's avatar Carl Suster

Merge pull request #1280 from renhx/rails-sqlite3-journal

Added *.sqlite3-journal to Rails.gitignore
parents e69894bc 15e56afe
......@@ -4,6 +4,7 @@ capybara-*.html
/log
/tmp
/db/*.sqlite3
/db/*.sqlite3-journal
/public/system
/coverage/
/spec/tmp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment