.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>
This commit is contained in:
Masahiro Yamada 2014-06-06 20:46:45 +09:00 committed by Tom Rini
parent 96b09a97f5
commit 7050f0de7e
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -21,6 +21,9 @@
*.patch
*.cfgtmp
# host programs on Cygwin
*.exe
# Build tree
/build-*

1
tools/.gitignore vendored
View File

@ -17,7 +17,6 @@
/relocate-rela
/ubsha1
/xway-swap-bytes
/*.exe
/easylogo/easylogo
/gdb/gdbcont
/gdb/gdbsend