.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:
parent
96b09a97f5
commit
7050f0de7e
3
.gitignore
vendored
3
.gitignore
vendored
@ -21,6 +21,9 @@
|
||||
*.patch
|
||||
*.cfgtmp
|
||||
|
||||
# host programs on Cygwin
|
||||
*.exe
|
||||
|
||||
# Build tree
|
||||
/build-*
|
||||
|
||||
|
1
tools/.gitignore
vendored
1
tools/.gitignore
vendored
@ -17,7 +17,6 @@
|
||||
/relocate-rela
|
||||
/ubsha1
|
||||
/xway-swap-bytes
|
||||
/*.exe
|
||||
/easylogo/easylogo
|
||||
/gdb/gdbcont
|
||||
/gdb/gdbsend
|
||||
|
Loading…
Reference in New Issue
Block a user