- Built from latest iPXE git source - Fixes UEFI initrd handoff bugs present in old 2019 version - Add tftp/ sync to Makefile deploy target - Track ipxe.efi in git
20 lines
248 B
Plaintext
20 lines
248 B
Plaintext
# Build artifacts and generated files
|
|
build/
|
|
images/
|
|
|
|
# Boot file artifacts (but keep boot.ipxe configuration)
|
|
http/*
|
|
!http/boot.ipxe
|
|
tftp/*
|
|
!tftp/ipxe.efi
|
|
|
|
# Generated metadata
|
|
*.img
|
|
filesystem.squashfs
|
|
version.txt
|
|
latest
|
|
|
|
# OS files
|
|
.DS_Store
|
|
*~
|