summaryrefslogtreecommitdiffstats
path: root/tools/.gitignore
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-06-06 20:46:45 +0900
committerTom Rini <trini@ti.com>2014-06-11 16:27:05 -0400
commit7050f0de7e566862ed72ac4d86ddf21d929651c8 (patch)
treeea71b80807515132caac964be78503cf2d1eb186 /tools/.gitignore
parent96b09a97f5eda5132d059ce3c72dafb53654380f (diff)
downloadblackbird-obmc-uboot-7050f0de7e566862ed72ac4d86ddf21d929651c8.tar.gz
blackbird-obmc-uboot-7050f0de7e566862ed72ac4d86ddf21d929651c8.zip
.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>
Diffstat (limited to 'tools/.gitignore')
-rw-r--r--tools/.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/.gitignore b/tools/.gitignore
index 0eb9068dc7..cefe9235e2 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -17,7 +17,6 @@
/relocate-rela
/ubsha1
/xway-swap-bytes
-/*.exe
/easylogo/easylogo
/gdb/gdbcont
/gdb/gdbsend
OpenPOWER on IntegriCloud