memtest86plus/.gitignore
Regina König bcf8171593 Script to debug memtest86plus (efi-version) with GDB in QEMU (#177)
* Add HOW_TO_DEBUG_WITH_GDB file
* Add debug_memtest.sh
* Add debug target to Makefile
* Add binaries and generated files for debugging to gitignore
* Add DEBUG code for memset and memcpy
* Add debug additions to Makefile in build32
* Add debug_memtest.sh to build32

[Lionel Debroux: post-merge fixups: removed a couple whitespace changes and a backup file; undone Github squash merge authorship damage.]
2023-07-30 22:09:25 +02:00

34 lines
275 B
Plaintext

# Prerequisites
*.d
# Preprocessed assembler
*.s
# Object files
*.o
# Generated files
build_version.h
gdbscript
memtest_shared_debug.lds
# Binaries
memtest_shared
memtest_shared.bin
*.bin
*.efi
*.img
*.iso
*.mbr
*.debug
# Directories
grub-iso
html
latex
# OVMF
OVMF*