[U-Boot] [PATCH 2/2] .gitignore: move *.exe pattern to the top gitignore for Cygwin
Masahiro Yamada
yamada.m at jp.panasonic.com
Fri Jun 6 13:46:45 CEST 2014
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 at jp.panasonic.com>
---
.gitignore | 3 +++
tools/.gitignore | 1 -
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index c2f53fc..4e4fd00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,6 +21,9 @@
*.patch
*.cfgtmp
+# host programs on Cygwin
+*.exe
+
# Build tree
/build-*
diff --git a/tools/.gitignore b/tools/.gitignore
index 0eb9068..cefe923 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -17,7 +17,6 @@
/relocate-rela
/ubsha1
/xway-swap-bytes
-/*.exe
/easylogo/easylogo
/gdb/gdbcont
/gdb/gdbsend
--
1.9.1
More information about the U-Boot
mailing list