From 118626589818f9a01369ccabb5eb6bbb5537472b Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Thu, 25 Nov 2021 12:25:28 +0100 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/59670 Reviewed-by: Paul Menzel Reviewed-by: Tim Wawrzynczak Tested-by: build bot (Jenkins) --- util/cbfstool/.gitignore | 2 ++ 1 file changed, 2 insertions(+) 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