Skip to content

Commit

Permalink
Merge pull request #4057 from joliss/gitignore
Browse files Browse the repository at this point in the history
Add db/*.sqlite3-journal to .gitignore
  • Loading branch information
josevalim committed Dec 20, 2011
2 parents 6a6fc4e + 22cb97b commit df28b80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -9,6 +9,7 @@


# Ignore the default SQLite database. # Ignore the default SQLite database.
/db/*.sqlite3 /db/*.sqlite3
/db/*.sqlite3-journal


# Ignore all logfiles and tempfiles. # Ignore all logfiles and tempfiles.
/log/*.log /log/*.log
Expand Down
Expand Up @@ -2,6 +2,7 @@
log/*.log log/*.log
pkg/ pkg/
<%= dummy_path %>/db/*.sqlite3 <%= dummy_path %>/db/*.sqlite3
<%= dummy_path %>/db/*.sqlite3-journal
<%= dummy_path %>/log/*.log <%= dummy_path %>/log/*.log
<%= dummy_path %>/tmp/ <%= dummy_path %>/tmp/
<%= dummy_path %>/.sass-cache <%= dummy_path %>/.sass-cache

0 comments on commit df28b80

Please sign in to comment.