diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-11-25 23:23:14 +0100 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2019-11-27 09:05:55 +0000 |
commit | 91709c91dfaf7d21581903c4c445ea85568506dc (patch) | |
tree | f9a02597b8405b94dd8efd4476557a61fdce53ea | |
parent | a4f5954159531cfbe22a0b54acab331231440915 (diff) |
.gitignore: Add pmh7tool binary
Change-Id: Ide09ac2f61cffadb86f8a52b99a8ed9536a86a50
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37216
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 84b3af10e2..0cc6ae2d3a 100644 --- a/.gitignore +++ b/.gitignore @@ -114,6 +114,7 @@ util/msrtool/msrtool util/nvramtool/.dependencies util/nvramtool/nvramtool util/optionlist/Options.wiki +util/pmh7tool/pmh7tool util/romcc/build util/runfw/googlesnow util/superiotool/superiotool |