summaryrefslogtreecommitdiff
path: root/util/cbfstool
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-11-25 12:25:28 +0100
committerPatrick Georgi <patrick@coreboot.org>2021-11-29 18:44:34 +0000
commit118626589818f9a01369ccabb5eb6bbb5537472b (patch)
treeead3943509c1c05b3469d84e1cb4b8b0cc11a7cd /util/cbfstool
parent88da0b8622ab712fd7c7b0bc5d2258f0ccb48bc4 (diff)
util/cbfstool/.gitignore: Add CSE tool executables
Commit 796aeeba96fc (util/cse_fpt: Add a new tool for managing Intel CSE FPT binaries) and commit d7fb6a90e1d0 (util/cse_serger: Add a new tool for stitching CSE components) add two utilities, and building cbfstool also generates executables for them. When building cbfstool standalone, these executables are placed in `util/cbfstool/`, and Git should never track them. Specify these executables' file names in .gitignore in order to prevent unintentional inclusion of these files in commits, which is very likely to happen when using `git add` on directories. Change-Id: I285a4d7aeee642822eaae2eb69e5d52efb4bc8c0 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/59670 Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/cbfstool')
-rw-r--r--util/cbfstool/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/cbfstool/.gitignore b/util/cbfstool/.gitignore
index 2de3ccb633..0470a4565c 100644
--- a/util/cbfstool/.gitignore
+++ b/util/cbfstool/.gitignore
@@ -1,5 +1,7 @@
cbfs-compression-tool
cbfstool
+cse_fpt
+cse_serger
elogtool
fmaptool
ifittool