diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2014-11-25 10:20:08 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-11-25 07:11:17 -0700 |
commit | 908ec6e4d1d12f746cb9b7cc73430a268ceb2c92 (patch) | |
tree | 4226e2f0b0845cd482d268ddc4dc249ecf6bdcbf /tools/.gitignore | |
parent | 22e131ca00ed42cd7485aa1821dc3051bd762a3e (diff) |
tools: Add ifdtool to .gitignore
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/.gitignore')
-rw-r--r-- | tools/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/.gitignore b/tools/.gitignore index e7f0f8ff728..9bc9fecf7b5 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -4,6 +4,7 @@ /fit_check_sign /fit_info /gen_eth_addr +/ifdtool /img2srec /kwboot /dumpimage |