Skip to content
Snippets Groups Projects
Commit 7050f0de authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

.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: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
parent 96b09a97
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,9 @@
*.patch
*.cfgtmp
# host programs on Cygwin
*.exe
# Build tree
/build-*
......
......@@ -17,7 +17,6 @@
/relocate-rela
/ubsha1
/xway-swap-bytes
/*.exe
/easylogo/easylogo
/gdb/gdbcont
/gdb/gdbsend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment