.gitignore: Ignore .test/.dependencies globally
These were originally ignored only inside util/ but these files shouldn't be tracked anywhere. Change-Id: Ie0846bd8bdd6e52f420f9dd2e72a8a922102ff90 Signed-off-by: Patrick Georgi <patrick@georgi.software> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47012 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
09e032e59f
commit
8aa087ece6
|
@ -25,6 +25,8 @@ site-local
|
||||||
*.pyc
|
*.pyc
|
||||||
*.sw[po]
|
*.sw[po]
|
||||||
/*.rom
|
/*.rom
|
||||||
|
.test
|
||||||
|
.dependencies
|
||||||
|
|
||||||
# Development friendly files
|
# Development friendly files
|
||||||
tags
|
tags
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
.dependencies
|
|
||||||
.test
|
|
||||||
amdfwtool
|
amdfwtool
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
.dependencies
|
|
||||||
.test
|
|
||||||
archive
|
archive
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
.dependencies
|
|
||||||
.test
|
|
||||||
autoport
|
autoport
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
.dependencies
|
|
||||||
.test
|
|
||||||
bincfg
|
bincfg
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
.dependencies
|
|
||||||
.test
|
|
||||||
bucts
|
bucts
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
.dependencies
|
|
||||||
.test
|
|
||||||
cbfs-compression-tool
|
cbfs-compression-tool
|
||||||
cbfstool
|
cbfstool
|
||||||
fmaptool
|
fmaptool
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
.dependencies
|
|
||||||
.test
|
|
||||||
cbmem
|
cbmem
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
.dependencies
|
|
||||||
.test
|
|
||||||
ectool
|
ectool
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
.dependencies
|
|
||||||
.test
|
|
||||||
futility
|
futility
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
.dependencies
|
|
||||||
.test
|
|
||||||
genprof
|
genprof
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
.dependencies
|
|
||||||
.test
|
|
||||||
ifdtool
|
ifdtool
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
.dependencies
|
|
||||||
.test
|
|
||||||
intelmetool
|
intelmetool
|
||||||
|
|
|
@ -1,4 +1,2 @@
|
||||||
.dependencies
|
|
||||||
.test
|
|
||||||
intelp2m
|
intelp2m
|
||||||
generate/gpio.h
|
generate/gpio.h
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
.dependencies
|
|
||||||
.test
|
|
||||||
inteltool
|
inteltool
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
.dependencies
|
|
||||||
.test
|
|
||||||
intelvbttool
|
intelvbttool
|
||||||
|
|
|
@ -1,4 +1,2 @@
|
||||||
.dependencies
|
|
||||||
.test
|
|
||||||
kbc1126_ec_dump
|
kbc1126_ec_dump
|
||||||
kbc1126_ec_insert
|
kbc1126_ec_insert
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
.dependencies
|
|
||||||
.test
|
|
||||||
msrtool
|
msrtool
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.deps
|
Makefile.deps
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
.dependencies
|
|
||||||
.test
|
|
||||||
nvramtool
|
nvramtool
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
.dependencies
|
|
||||||
.test
|
|
||||||
pmh7tool
|
pmh7tool
|
||||||
|
|
|
@ -1,4 +1,2 @@
|
||||||
.dependencies
|
|
||||||
.test
|
|
||||||
*/gen_spd
|
*/gen_spd
|
||||||
*/gen_part_id
|
*/gen_part_id
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
.dependencies
|
|
||||||
.test
|
|
||||||
superiotool
|
superiotool
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
.dependencies
|
|
||||||
.test
|
|
||||||
testbios
|
testbios
|
||||||
|
|
Loading…
Reference in New Issue