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
The_miro 2026-05-18 12:58:45 +02:00
parent 86cf9b954f
commit 94fea62255
1 changed files with 19 additions and 0 deletions

19
.gitignore vendored
View File

@ -23,6 +23,25 @@ yazi/*.toml-*
# Generated files # Generated files
readme.html 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 # Logs
**/*.log **/*.log