.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>
master
Masahiro Yamada 10 years ago committed by Tom Rini
parent 96b09a97f5
commit 7050f0de7e
  1. 3
      .gitignore
  2. 1
      tools/.gitignore

3
.gitignore vendored

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

1
tools/.gitignore vendored

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

Loading…
Cancel
Save