Files
hiperiso/.gitignore
T
vasilito 4325590686 Add host kernel config and initramfs scripts with P0-P3 hardware inventory
Includes: init (PID 1), hiperiso-lib.sh, qemu_launch.sh, hw_collect.sh,

kvm_check.sh, fallback_boot.sh, log_flush.sh, conf_replace.sh, make_floppy.sh.

13-phase boot timing, 18 QEMU HMP commands, network pcap capture.
2026-06-30 14:30:39 +03:00

29 lines
261 B
Plaintext

# Build artifacts
/build/
/grub2/
*.o
*.obj
*.mod
*.module
*.elf
*.exec
*.img
*.iso
*.cpio.gz
*.tar.xz
*.tar.gz
# Reference / upstream source (fetched at build time)
reference/
clean/
# Internal state
.sisyphus/
# OS files
.DS_Store
Thumbs.db
*~
*.swp
*.swo