29 lines
339 B
Plaintext
29 lines
339 B
Plaintext
# Build artifacts
|
|
/target/
|
|
|
|
# Local research/extraction scratch
|
|
/.work/
|
|
|
|
# Proprietary/local reference payloads. Keep these locally only.
|
|
/reference/
|
|
|
|
# Common archive / disk image formats that must not be checked in
|
|
*.iso
|
|
*.ISO
|
|
*.7z
|
|
*.zip
|
|
*.rar
|
|
*.tar
|
|
*.tar.gz
|
|
*.tgz
|
|
*.img
|
|
*.dmg
|
|
*.exe
|
|
*.EXE
|
|
|
|
# OS/editor noise
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*~
|