diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2017-10-15 09:26:46 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-11-03 15:20:40 +0000 |
commit | c649fbbf29e5396570e3d6277af9cb086040f2e8 (patch) | |
tree | 2eb65d570410a5d6680e08a0f2ab2409ef35b02c | |
parent | 01873808755406d2b72ea47761554ec3025c81c7 (diff) |
.gitignore: Do not track `util/cbfstool/cbfs-compression-tool`
Change-Id: I0d5ec1b90921d63fc5db089002f3e132c5549472
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: https://review.coreboot.org/22015
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9fb9bd4234..e3fa3fe94f 100644 --- a/.gitignore +++ b/.gitignore @@ -86,6 +86,7 @@ util/archive/archive util/bimgtool/bimgtool util/blobtool/blobtool util/board_status/board-status +util/cbfstool/cbfs-compression-tool util/cbfstool/cbfstool util/cbfstool/fmaptool util/cbfstool/ifwitool |