Commit 7050f0de7e566862ed72ac4d86ddf21d929651c8

Authored by Masahiro Yamada
Committed by Tom Rini
1 parent 96b09a97f5

.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>

Showing 2 changed files with 3 additions and 1 deletions Side-by-side Diff

... ... @@ -21,6 +21,9 @@
21 21 *.patch
22 22 *.cfgtmp
23 23  
  24 +# host programs on Cygwin
  25 +*.exe
  26 +
24 27 # Build tree
25 28 /build-*
26 29  
... ... @@ -17,7 +17,6 @@
17 17 /relocate-rela
18 18 /ubsha1
19 19 /xway-swap-bytes
20   -/*.exe
21 20 /easylogo/easylogo
22 21 /gdb/gdbcont
23 22 /gdb/gdbsend