Files
zosbuilder/.gitignore
Jan De Landtsheer fe8c48a862
Some checks failed
Build Zero OS Initramfs / build (push) Has been cancelled
Build Zero OS Initramfs / test-matrix (qemu, basic) (push) Has been cancelled
Build Zero OS Initramfs / test-matrix (qemu, serial) (push) Has been cancelled
sync: apply remote flist fallback, passwordless root finalize, path normalization, INITRAMFS_ARCHIVE guard, /home ensure, and notes
2025-09-09 21:24:28 +02:00

46 lines
595 B
Plaintext

# Zero OS Alpine Initramfs Builder - Build Artifacts
# Build directories (generated during build)
components/
initramfs/
kernel/
dist/
.build-stages/
# Build logs
*.log
build*.log
nohup.out
# Temporary files
/tmp/
*.tmp
# Container artifacts (if any local storage)
.docker/
.podman/
# Rust build artifacts (if any escape component dirs)
target/
Cargo.lock
# Alpine downloads
alpine-miniroot*.tar.gz
linux-*.tar.xz
# Editor and IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
Thumbs.db
# files containing secrets
config/rfs.conf
# volumes created in root
zosvol*