diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2019-08-19 12:09:37 +0300 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2019-09-10 14:19:39 +0800 |
commit | 08afd714d006e528812e407cfc2d92264fc79785 (patch) | |
tree | ec71a646028bef97aad9b3da353bee2640336131 /tools | |
parent | c705fc3b40b88bfbf465448643c91da71426df2f (diff) | |
download | u-boot-08afd714d006e528812e407cfc2d92264fc79785.tar.gz u-boot-08afd714d006e528812e407cfc2d92264fc79785.tar.bz2 u-boot-08afd714d006e528812e407cfc2d92264fc79785.zip |
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 <sjg@chromium.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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/ |