Commit b87ef427e9ca6d341ee9acf12cb2b38ab44fbc6d

Authored by Dmitriy Zaporozhets
2 parents e049e187 1bf79f24

Merge pull request #2990 from raphendyr/gitignore_and_logrotate

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/*