util/cbfstool/.gitignore: Add CSE tool executables
commit118626589818f9a01369ccabb5eb6bbb5537472b
authorAngel Pons <th3fanbus@gmail.com>
Thu, 25 Nov 2021 11:25:28 +0000 (25 12:25 +0100)
committerPatrick Georgi <patrick@coreboot.org>
Mon, 29 Nov 2021 18:44:34 +0000 (29 18:44 +0000)
treeead3943509c1c05b3469d84e1cb4b8b0cc11a7cd
parent88da0b8622ab712fd7c7b0bc5d2258f0ccb48bc4
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>
util/cbfstool/.gitignore