From e6aaa18538dae48163783af15f280b65f479ac97 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 15 Feb 2021 16:18:52 -0500 Subject: [PATCH] Re-alphabetize .gitignore. This had gotten weird in a couple of ways. Easy to fix. Signed-off-by: Peter Jones --- .gitignore | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 75bb938..88292b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ -certdb -shim_cert.h *.a *.CSV *.cer @@ -26,8 +24,9 @@ shim_cert.h *.srl.old *.sw? *.tar.* -version.c -cov-int/ -scan-results/ +/certdb/ +/cov-int/ /sbat.*.csv +/scan-results/ [Ss]creenlog* +version.c