From 362b991cbe203cd4795e4231aeb7b3388776da0f Mon Sep 17 00:00:00 2001 From: Sughosh Ganu Date: Mon, 16 Dec 2019 12:01:32 +0530 Subject: [PATCH] efi_selftest: Update .gitignore Add the following file to .gitignore efi_miniapp_file_image_exception.h Signed-off-by: Sughosh Ganu Use efi_miniapp_*.h instead of file enumeration. Signed-off-by: Heinrich Schuchardt --- lib/efi_selftest/.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/efi_selftest/.gitignore b/lib/efi_selftest/.gitignore index 293a17b818..5b25169e6e 100644 --- a/lib/efi_selftest/.gitignore +++ b/lib/efi_selftest/.gitignore @@ -1,4 +1,3 @@ -efi_miniapp_file_image_exit.h -efi_miniapp_file_image_return.h +efi_miniapp_*.h *.efi *.so