Files
zosbuilder/.gitignore
Jan De Landtsheer c466d2dec6 Add .build-stages/ to .gitignore
- Build stage tracking should not be in git repository
- Local development state only
2025-09-05 12:04:05 +02:00

41 lines
562 B
Plaintext

# Zero OS Alpine Initramfs Builder - Build Artifacts
# Build directories (generated during build)
components/
initramfs/
kernel/
dist/
# 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# Build stage tracking (should not be in git)
.build-stages/