mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 08:12:06 +02: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:
committed by
Tom Rini
parent
96b09a97f5
commit
7050f0de7e
3
.gitignore
vendored
3
.gitignore
vendored
@@ -21,6 +21,9 @@
|
||||
*.patch
|
||||
*.cfgtmp
|
||||
|
||||
# host programs on Cygwin
|
||||
*.exe
|
||||
|
||||
# Build tree
|
||||
/build-*
|
||||
|
||||
|
Reference in New Issue
Block a user