The Wine canary build drops vkd3d-proton.cache into the working dir. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
19 lines
345 B
Plaintext
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
|