Add *.log to .gitignore

This commit adds *.log entry to .gitignore. We don't need to track log
files.

Change-Id: If7bc389beac999b9ecfbd512af700bb38ae5c17b
This commit is contained in:
Masayuki Igawa 2016-05-31 15:54:16 +09:00
parent 9cd9da04ac
commit 56bdb93a6f

3
.gitignore vendored
View File

@ -59,3 +59,6 @@ ChangeLog
*~
.*.swp
.*sw?
# Debug
*.log