diff options
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | 2019-06-11 22:18:51 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-06-14 16:10:48 -0400 |
commit | c78b5cb7d3517a5842d3f97199fb2b1fd7f00b44 (patch) | |
tree | 1d5160c6104747035bbe87fa0046b12ab80c7b30 | |
parent | b618b3707633d4e345104b345c382b5e3bfcbe52 (diff) | |
download | u-boot-c78b5cb7d3517a5842d3f97199fb2b1fd7f00b44.tar.gz u-boot-c78b5cb7d3517a5842d3f97199fb2b1fd7f00b44.tar.xz u-boot-c78b5cb7d3517a5842d3f97199fb2b1fd7f00b44.zip |
tools: add tools/spl_size_limit to ignore list
This tool has just been added but it seems I forgot to add it to
the ignore list. So to prevent the built binary being marked as
unversioned, add it to the ignore list.
Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
-rw-r--r-- | tools/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/.gitignore b/tools/.gitignore index e5ede22842..767b056b87 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -27,6 +27,7 @@ /prelink-riscv /proftool /relocate-rela +/spl_size_limit /sunxi-spl-image-builder /ubsha1 /xway-swap-bytes |