Files
netboot/.gitignore
Torbjørn Lindahl 443380b224 Add fresh iPXE build (2026) to project
- 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
2026-02-02 00:41:44 +01:00

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
*~