From 08afd714d006e528812e407cfc2d92264fc79785 Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Mon, 19 Aug 2019 12:09:37 +0300 Subject: [PATCH] tools: Add ifwitool to .gitignore Follow up fix to the commit 56bf4f863075 ("x86: Add ifwitool for Intel Integrated Firmware Image") in order to ignore created binary. Cc: Simon Glass Signed-off-by: Andy Shevchenko Reviewed-by: Bin Meng --- 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.39.5