Files
xenia-rs/.gitignore
MechaCat02 6271ba1f55 chore: gitignore vkd3d-proton/DXVK runtime shader caches
The Wine canary build drops vkd3d-proton.cache into the working dir.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-12 18:06:25 +02:00

19 lines
345 B
Plaintext

target/
*.iso
*.xiso
*.db
# Audit reports / pre-pass findings (local artifacts, not source)
audit-out/
audit-*.md
# Run logs from stress harnesses and ad-hoc captures
*.stdout
*.stderr
*.log
# Runtime cache artifacts (vkd3d-proton / DXVK shader caches dropped into the
# working dir by the Wine canary build)
vkd3d-proton.cache*
*.dxvk-cache