Commit 1bf79f244344f167448926964e0bf3207344b939

Authored by Jaakko Kantojärvi
1 parent 04186e97

Change .gitignore to ignore logrotated log files.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 .rbx/ 2 .rbx/
3 db/*.sqlite3 3 db/*.sqlite3
4 db/*.sqlite3-journal 4 db/*.sqlite3-journal
5 -log/*.log 5 +log/*.log*
6 tmp/ 6 tmp/
7 .sass-cache/ 7 .sass-cache/
8 coverage/* 8 coverage/*