uefi-rs/uefi-test-runner/.gitignore
Gabriel Majeri 5e7a615d3e Add support for AArch64 to uefi-test-runner
This removes the `uefi-hello-world-aarch64` directory, and merges
the changes done to the `build.py` script.
2020-07-03 16:25:40 +03:00

8 lines
166 B
Text

# Python cache files.
/__pycache__
# OVMF images, which provide a UEFI firmware for QEMU.
/OVMF_CODE.fd
/OVMF_VARS.fd
/QEMU_EFI-pflash.raw
/vars-template-pflash.raw