Jack Rosenthal has uploaded this change for review.

View Change

elogtool: add to gitignore

Add the binary output of the new elogtool to the .gitignore, so that
running "make -C util/cbfstool" keeps the tree clean.

Signed-off-by: Jack Rosenthal <jrosenth@chromium.org>
Change-Id: I806338a4b33abbc3d55e4edef2736c19d56fa005
---
M util/cbfstool/.gitignore
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/56864/1
diff --git a/util/cbfstool/.gitignore b/util/cbfstool/.gitignore
index a63222a..2de3ccb 100644
--- a/util/cbfstool/.gitignore
+++ b/util/cbfstool/.gitignore
@@ -1,5 +1,6 @@
cbfs-compression-tool
cbfstool
+elogtool
fmaptool
ifittool
ifwitool

To view, visit change 56864. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I806338a4b33abbc3d55e4edef2736c19d56fa005
Gerrit-Change-Number: 56864
Gerrit-PatchSet: 1
Gerrit-Owner: Jack Rosenthal <jrosenth@chromium.org>
Gerrit-MessageType: newchange