gitignore: ignore build and image output artifacts
Add patterns for disk images, archives, and packages generated by setup scripts. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>main
parent
86cf9b954f
commit
94fea62255
|
|
@ -23,6 +23,25 @@ yazi/*.toml-*
|
|||
# Generated files
|
||||
readme.html
|
||||
|
||||
# Build/image output artifacts
|
||||
*.iso
|
||||
*.img
|
||||
*.tar
|
||||
*.tar.gz
|
||||
*.tar.bz2
|
||||
*.tar.xz
|
||||
*.tar.zst
|
||||
*.zip
|
||||
*.7z
|
||||
*.squashfs
|
||||
*.qcow2
|
||||
*.vmdk
|
||||
*.ova
|
||||
*.vhd
|
||||
*.vhdx
|
||||
*.deb
|
||||
*.rpm
|
||||
|
||||
# Logs
|
||||
**/*.log
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue