47 lines
No EOL
477 B
Text
47 lines
No EOL
477 B
Text
# Build artifacts
|
|
*.iso
|
|
*.qcow2
|
|
*.img
|
|
*.deb
|
|
*.dsc
|
|
*.changes
|
|
*.buildinfo
|
|
*.tar.xz
|
|
|
|
# Container images (optional - you might want to track these)
|
|
# *.tar
|
|
|
|
# Live-build artifacts
|
|
.build/
|
|
local/
|
|
binary/
|
|
cache/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
*.log
|
|
grep.log
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
|
|
# External repositories
|
|
02-installer-bootc/bootc-deb/ |