summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>2019-06-11 22:18:51 +0200
committerTom Rini <trini@konsulko.com>2019-06-14 16:10:48 -0400
commitc78b5cb7d3517a5842d3f97199fb2b1fd7f00b44 (patch)
tree1d5160c6104747035bbe87fa0046b12ab80c7b30
parentb618b3707633d4e345104b345c382b5e3bfcbe52 (diff)
downloadu-boot-c78b5cb7d3517a5842d3f97199fb2b1fd7f00b44.tar.gz
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/.gitignore1
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