.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:
Patrick Georgi 2020-10-30 08:03:55 +01:00 committed by Felix Held
parent 09e032e59f
commit 8aa087ece6
23 changed files with 2 additions and 44 deletions

2
.gitignore vendored
View File

@ -25,6 +25,8 @@ site-local
*.pyc *.pyc
*.sw[po] *.sw[po]
/*.rom /*.rom
.test
.dependencies
# Development friendly files # Development friendly files
tags tags

View File

@ -1,3 +1 @@
.dependencies
.test
amdfwtool amdfwtool

View File

@ -1,3 +1 @@
.dependencies
.test
archive archive

View File

@ -1,3 +1 @@
.dependencies
.test
autoport autoport

View File

@ -1,3 +1 @@
.dependencies
.test
bincfg bincfg

View File

@ -1,3 +1 @@
.dependencies
.test
bucts bucts

View File

@ -1,5 +1,3 @@
.dependencies
.test
cbfs-compression-tool cbfs-compression-tool
cbfstool cbfstool
fmaptool fmaptool

View File

@ -1,3 +1 @@
.dependencies
.test
cbmem cbmem

View File

@ -1,3 +1 @@
.dependencies
.test
ectool ectool

View File

@ -1,3 +1 @@
.dependencies
.test
futility futility

View File

@ -1,3 +1 @@
.dependencies
.test
genprof genprof

View File

@ -1,3 +1 @@
.dependencies
.test
ifdtool ifdtool

View File

@ -1,3 +1 @@
.dependencies
.test
intelmetool intelmetool

View File

@ -1,4 +1,2 @@
.dependencies
.test
intelp2m intelp2m
generate/gpio.h generate/gpio.h

View File

@ -1,3 +1 @@
.dependencies
.test
inteltool inteltool

View File

@ -1,3 +1 @@
.dependencies
.test
intelvbttool intelvbttool

View File

@ -1,4 +1,2 @@
.dependencies
.test
kbc1126_ec_dump kbc1126_ec_dump
kbc1126_ec_insert kbc1126_ec_insert

View File

@ -1,5 +1,3 @@
.dependencies
.test
msrtool msrtool
Makefile Makefile
Makefile.deps Makefile.deps

View File

@ -1,3 +1 @@
.dependencies
.test
nvramtool nvramtool

View File

@ -1,3 +1 @@
.dependencies
.test
pmh7tool pmh7tool

View File

@ -1,4 +1,2 @@
.dependencies
.test
*/gen_spd */gen_spd
*/gen_part_id */gen_part_id

View File

@ -1,3 +1 @@
.dependencies
.test
superiotool superiotool

View File

@ -1,3 +1 @@
.dependencies
.test
testbios testbios