[U-Boot] [PATCH v1] tools: Add ifwitool to .gitignore

Andy Shevchenko andriy.shevchenko at linux.intel.com
Mon Aug 19 09:09:37 UTC 2019


Follow up fix to the commit

56bf4f863075 ("x86: Add ifwitool for Intel Integrated Firmware Image")

in order to ignore created binary.

Cc: Simon Glass <sjg at chromium.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
---
 tools/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/.gitignore b/tools/.gitignore
index 767b056b87..bd03d32f68 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -14,6 +14,7 @@
 /gen_eth_addr
 /gen_ethaddr_crc
 /ifdtool
+/ifwitool
 /img2srec
 /kwboot
 /lib/
-- 
2.23.0.rc1



More information about the U-Boot mailing list