diff options
author | Jack Rosenthal <jrosenth@chromium.org> | 2021-08-06 16:30:05 -0600 |
---|---|---|
committer | Tim Wawrzynczak <twawrzynczak@chromium.org> | 2021-08-09 15:02:36 +0000 |
commit | 09cc8f6677ad99eee99a18bfcd8ce1350b3efc52 (patch) | |
tree | b9c4dadcf06a154eda07fa1c7da16fadd5a0f6a5 /util | |
parent | d220fc50ca7f26e19fe03aef27f53c369fa1f2d3 (diff) |
elogtool: add to gitignore
Add the binary output of the new elogtool to the .gitignore, so that
running "make -C util/cbfstool" keeps the tree clean.
Signed-off-by: Jack Rosenthal <jrosenth@chromium.org>
Change-Id: I806338a4b33abbc3d55e4edef2736c19d56fa005
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56864
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Ricardo Quesada <ricardoq@google.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'util')
-rw-r--r-- | util/cbfstool/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cbfstool/.gitignore b/util/cbfstool/.gitignore index a63222a105..2de3ccb633 100644 --- a/util/cbfstool/.gitignore +++ b/util/cbfstool/.gitignore @@ -1,5 +1,6 @@ cbfs-compression-tool cbfstool +elogtool fmaptool ifittool ifwitool |