From 9bb0860e21a2d4ea187c256d977babeb0f8af93f Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 15 Feb 2021 16:42:46 -0500 Subject: [PATCH] .gitignore: add build dirs and shim_cert.h This adds stuff that only ever gets made as an artifact of building (though build*/ generally doesn't, as of this commit.) Signed-off-by: Peter Jones --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 88292b3..0460979 100644 --- a/.gitignore +++ b/.gitignore @@ -24,9 +24,11 @@ *.srl.old *.sw? *.tar.* +/build*/ /certdb/ /cov-int/ /sbat.*.csv /scan-results/ [Ss]creenlog* +shim_cert.h version.c