48 lines
405 B
Text
48 lines
405 B
Text
# Build outputs
|
|
output/
|
|
*.qcow2
|
|
*.img
|
|
*.iso
|
|
*.raw
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
*.log
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Go build artifacts
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# Container images and caches
|
|
*.tar
|
|
*.tar.gz
|
|
*.tar.bz2
|
|
*.tar.xz
|
|
|
|
# Git
|
|
.git/
|