.gitignore ectool, inteltool, msrtool, nvramtool and superiotool
Change-Id: I06e69d97ef3646f79104ec316ce932cc53894c92 Signed-off-by: Peter Stuge <peter@stuge.se> Reviewed-on: http://review.coreboot.org/485 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
parent
68299ee7a4
commit
f91cf9f1ea
|
@ -35,3 +35,12 @@ util/crossgcc/w32api-*/
|
||||||
*.\#
|
*.\#
|
||||||
*.swp
|
*.swp
|
||||||
*.bin
|
*.bin
|
||||||
|
util/ectool/ectool
|
||||||
|
util/inteltool/.dependencies
|
||||||
|
util/inteltool/inteltool
|
||||||
|
util/msrtool/Makefile
|
||||||
|
util/msrtool/Makefile.deps
|
||||||
|
util/msrtool/msrtool
|
||||||
|
util/nvramtool/.dependencies
|
||||||
|
util/nvramtool/nvramtool
|
||||||
|
util/superiotool/superiotool
|
||||||
|
|
Loading…
Reference in New Issue