86 lines
No EOL
1.1 KiB
Text
86 lines
No EOL
1.1 KiB
Text
# Build artifacts and temporary files
|
|
*.iso
|
|
*.qcow2
|
|
*.img
|
|
*.tar
|
|
*.tar.gz
|
|
|
|
# Live-build artifacts
|
|
02-installer/config/chroot/
|
|
02-installer/config/binary/
|
|
02-installer/config/cache/
|
|
02-installer/config/stages/
|
|
02-installer/config/archives/
|
|
02-installer/config/bootstrap/
|
|
02-installer/config/source/
|
|
test/
|
|
|
|
# Container build artifacts
|
|
01-debian-atomic/build/
|
|
02-installer-bootc/build/
|
|
|
|
# Build outputs
|
|
02-installer-bootc/build/*.iso
|
|
|
|
# VM and testing artifacts
|
|
*.vm
|
|
*.vmdk
|
|
*.vdi
|
|
test-*.qcow2
|
|
|
|
# Package manager caches
|
|
apt-cache/
|
|
apt-lists/
|
|
|
|
# Log files
|
|
*.log
|
|
logs/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
temp/
|
|
tmp/
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore~
|
|
|
|
# Build directories
|
|
build/
|
|
dist/
|
|
out/
|
|
|
|
# Test mount directories and boot files
|
|
test/mount/
|
|
test-*/mount/
|
|
**/boot/initrd.img-*
|
|
**/boot/vmlinuz-*
|
|
**/boot/grub/
|
|
**/boot/efi/
|
|
|
|
# Container images (optional - uncomment if you don't want to track these)
|
|
# *.container
|
|
# *.oci
|
|
|
|
02-installer-bootc/debs/*.deb
|
|
02-installer-bootc/debs/*.tar.xz
|
|
02-installer-bootc/debs/*.dsc
|
|
|
|
.archive |