From 518d9029c2915e931c2080e3c9c3ef17fd96e33c Mon Sep 17 00:00:00 2001 From: Jia Zhang Date: Tue, 30 Oct 2018 21:33:22 +0800 Subject: [PATCH] Ignore *.hash *.hash should be ignored by git status if ENABLE_SHIM_HASH is configured. Signed-off-by: Jia Zhang --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f4618b8..9082a74 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ shim_cert.h *.efi *.efi.debug *.efi.signed +*.hash *.key *.key *.o