Merge pull request #2990 from raphendyr/gitignore_and_logrotate

Change .gitignore to ignore logrotated log files.
5-0-stable
Dmitriy Zaporozhets 2013-02-18 10:01:09 -08:00
commit b87ef427e9
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -2,7 +2,7 @@
.rbx/ .rbx/
db/*.sqlite3 db/*.sqlite3
db/*.sqlite3-journal db/*.sqlite3-journal
log/*.log log/*.log*
tmp/ tmp/
.sass-cache/ .sass-cache/
coverage/* coverage/*