Merge pull request #17700 from ShunsukeAida/ignore_log_as_a_whole

why not gitignore /log as a whole?

[ci skip]
This commit is contained in:
Yves Senn 2014-11-21 09:09:00 +01:00
commit 36fe7f3bed
2 changed files with 6 additions and 1 deletions

@ -1,3 +1,8 @@
* Generated `.gitignore` excludes the whole `log/` directory, not only
`*.log` files.
*ShunsukeAida*
* `Rails::Paths::Path.unshift` now has the same interface as `Array.unshift`.
*Igor Kapkov*

@ -14,5 +14,5 @@
<% end -%>
# Ignore all logfiles and tempfiles.
/log/*.log
/log
/tmp