From 7429521f96c1f1c1957fc20b6324a24079d1ad45 Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Tue, 17 Mar 2026 18:59:34 +0800 Subject: [PATCH] gitignore: Add OVMF firmware files They are used for testing the command in the UEFI shell Signed-off-by: Daniel Schaefer --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index a39b617..4a4e507 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,8 @@ tmpclaude* # UEFI test artifacts dump.bmp + +# OVMF firmware +OVMF.fd +OVMF_CODE.fd +OVMF_VARS.fd