diff options
author | Martin Roth <martinroth@google.com> | 2017-04-14 12:39:07 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-05-14 05:08:55 +0200 |
commit | a7092750b2c7856f72016dd0b468f1a1d0585b5a (patch) | |
tree | bfe8a61b2e0ecb99faf64ebe9b39bd7c1ef8c018 | |
parent | 2a59a44416672658b391f4ba304d019c1daa7333 (diff) |
.gitignore: ignore blobtool binary
Change-Id: I2fa1548ba1906db80ce3119eec58de9629f91ed7
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/19296
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ed642a3f98..61be9f7371 100644 --- a/.gitignore +++ b/.gitignore @@ -82,6 +82,7 @@ util/*/.test util/amdfwtool/amdfwtool util/archive/archive util/bimgtool/bimgtool +util/blobtool/blobtool util/board_status/board-status util/cbfstool/cbfstool util/cbfstool/fmaptool |