]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
.gitignore: move *.exe pattern to the top gitignore for Cygwin
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 6 Jun 2014 11:46:45 +0000 (20:46 +0900)
committerTom Rini <trini@ti.com>
Wed, 11 Jun 2014 20:27:05 +0000 (16:27 -0400)
commit7050f0de7e566862ed72ac4d86ddf21d929651c8
treeea71b80807515132caac964be78503cf2d1eb186
parent96b09a97f5eda5132d059ce3c72dafb53654380f
.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>
.gitignore
tools/.gitignore