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
Martin L Roth has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/45524?usp=email )
Change subject: util/cbfstool: Add genarated files to .gitignore. ......................................................................
Abandoned
This patch has not been touched in over 12 months. Anyone who wants to take over work on this patch, please feel free to restore it and do any work needed to get it merged. If you create a new patch based on this work, please credit the original author.