From 85da3954d02df53deb5d46444882c2004b2926b5 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 20 Apr 2025 16:06:56 -0600 Subject: [PATCH] .gitmodules: Ignore changes make by what-jenkins-does When running `make what-jenkins-does`, the intel-sec-tools and gowsid submodules are left with some new files, marking them as dirty. This changes fixes that. Change-Id: Ice98c1a61201cbf63580835966b78f053d7853a2 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/c/coreboot/+/87380 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index c1d7849a9e..4fa82999dc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -54,6 +54,7 @@ [submodule "3rdparty/intel-sec-tools"] path = 3rdparty/intel-sec-tools url = https://review.coreboot.org/9esec-security-tooling.git + ignore = dirty [submodule "3rdparty/stm"] path = 3rdparty/stm url = https://review.coreboot.org/STM @@ -62,6 +63,7 @@ path = util/goswid url = https://review.coreboot.org/goswid branch = trunk + ignore = dirty [submodule "src/vendorcode/amd/opensil/genoa_poc/opensil"] path = src/vendorcode/amd/opensil/genoa_poc/opensil url = https://review.coreboot.org/opensil_genoa_poc.git