Masanori Ogino has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45524 )
Change subject: util/cbfstool: Add genarated files to .gitignore. ......................................................................
util/cbfstool: Add genarated files to .gitignore.
TEST=Run `make -C util/cbfstool` and confirm that there is no remaining untracked files.
Signed-off-by: Masanori Ogino mogino@acm.org Change-Id: I5e03ab10f7c627ee7cd1cd5ec8e871cda4986b46 --- M .gitignore 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/45524/1
diff --git a/.gitignore b/.gitignore index 190d3717..dfb8bb3 100644 --- a/.gitignore +++ b/.gitignore @@ -93,6 +93,9 @@ util/cbfstool/cbfs-compression-tool util/cbfstool/cbfstool util/cbfstool/fmaptool +util/cbfstool/fmd_parser.h +util/cbfstool/fmd_scanner.h +util/cbfstool/ifittool util/cbfstool/ifwitool util/cbfstool/rmodtool util/cbmem/.dependencies