Files
MontaukOS/.gitignore
T
danielandClaude Opus 4.8 48e5d31e07 chore: purge committed ISOs from history; ignore ISO images
ISOs are now archived on the download server (nginx) instead of git.
History was rewritten with git-filter-repo to remove all *.iso and
ramdisk.tar blobs, shrinking the repo from ~500MB to ~80MB.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
2026-07-18 20:22:40 +02:00

27 lines
494 B
Plaintext

/kernel-deps
/limine
/ovmf
# ISO images are never committed - archived on the download server, not in git
*.iso
archives/isos/
montaukos.org/downloads/*.iso
*.hdd
qemu.log
toolchain/local/
toolchain/build/
toolchain/src/
toolchain/sysroot/
programs/bin/
programs/obj/
programs/src/*/obj/
programs/libs/*/obj/
programs/lib/libc/liblibc.a
programs/lib/libloader/liblibloader.a
programs/gui/icons/
CLAUDE.md
programs/lib/bearssl
ramdisk.tar
PLANS/.mcp.json
toolchain/native/
toolchain/native-gcc/