v0.0.1 - Reorganize ISO build tree, add docs/plans/scripts, and stage Phase 2 Slice B+C service integration artifacts
32 lines
460 B
Plaintext
32 lines
460 B
Plaintext
tutorial1/
|
|
|
|
# Build artifacts
|
|
*.iso
|
|
*.img
|
|
*.squashfs
|
|
*.log
|
|
build.log
|
|
chroot/
|
|
binary/
|
|
.build/
|
|
cache/
|
|
|
|
# Live-build internal dirs
|
|
iso/.build/
|
|
iso/binary/
|
|
iso/chroot/
|
|
iso/cache/
|
|
iso/.stage/
|
|
iso/live-image-*
|
|
iso/chroot.*
|
|
iso/binary.modified_timestamps
|
|
iso/build.log
|
|
|
|
# Offline artifact staging for Slice B/C builds
|
|
iso/config/includes.chroot_before_packages/live-artifacts/
|
|
|
|
# Scratch area (legacy scripts; may contain secrets)
|
|
scratch/
|
|
|
|
# Editor/OS junk
|
|
.DS_Store |