From: Heinrich Schuchardt Date: Fri, 15 Jun 2018 04:02:18 +0000 (+0200) Subject: efi_selftest: update .gitignore X-Git-Tag: v2025.01-rc5-pxa1908~3839^2~49 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=f260bd30e8f5651d81665aa68c090b415ef566e7;p=u-boot.git efi_selftest: update .gitignore The following generated files should be ignored by git: efi_miniapp_file_image_exit.h efi_miniapp_file_image_return.h *.so files are normally deleted during the build but should be ignored too. Signed-off-by: Heinrich Schuchardt Signed-off-by: Alexander Graf --- diff --git a/lib/efi_selftest/.gitignore b/lib/efi_selftest/.gitignore index c527e464e5..293a17b818 100644 --- a/lib/efi_selftest/.gitignore +++ b/lib/efi_selftest/.gitignore @@ -1,2 +1,4 @@ -efi_miniapp_file_image.h +efi_miniapp_file_image_exit.h +efi_miniapp_file_image_return.h *.efi +*.so