mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
.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
2 changed files with 3 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -21,6 +21,9 @@
|
||||||
*.patch
|
*.patch
|
||||||
*.cfgtmp
|
*.cfgtmp
|
||||||
|
|
||||||
|
# host programs on Cygwin
|
||||||
|
*.exe
|
||||||
|
|
||||||
# Build tree
|
# Build tree
|
||||||
/build-*
|
/build-*
|
||||||
|
|
||||||
|
|
1
tools/.gitignore
vendored
1
tools/.gitignore
vendored
|
@ -17,7 +17,6 @@
|
||||||
/relocate-rela
|
/relocate-rela
|
||||||
/ubsha1
|
/ubsha1
|
||||||
/xway-swap-bytes
|
/xway-swap-bytes
|
||||||
/*.exe
|
|
||||||
/easylogo/easylogo
|
/easylogo/easylogo
|
||||||
/gdb/gdbcont
|
/gdb/gdbcont
|
||||||
/gdb/gdbsend
|
/gdb/gdbsend
|
||||||
|
|
Loading…
Reference in a new issue