Add *.log to .gitignore

This commit adds *.log directive to .gitignore. The log files often are
created in our debugging, testing or something. But we don't need to
manage *.log files, obviously.

Change-Id: Ide3b3a67bd758645fa6ebf32013c1961ea9baa92
This commit is contained in:
Masayuki Igawa 2016-01-25 17:02:05 +09:00
parent b7a30358f0
commit 94f1ef4831
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

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