commit | db0d474b57029b1ab34cd00708557113064ca59a | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Jun 06 20:46:45 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Wed Jun 11 16:27:05 2014 -0400 |
tree | ea71b80807515132caac964be78503cf2d1eb186 | |
parent | 3b95d8e255eddb36fbbc66c2f81976af5d34817a [diff] |
.gitignore: move *.exe pattern to the top gitignore for Cygwin GCC on Cygwin generates executables with .exe extension, for example: scripts/basic/fixdep.exe scripts/docproc.exe To ignore them, *.exe pattern should be moved from tools/.gitignore to ./.gitignore Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>