From 6271ba1f55aa6d1a8aac9a0b3db35aa5ef3f6a21 Mon Sep 17 00:00:00 2001 From: MechaCat02 Date: Fri, 12 Jun 2026 18:06:25 +0200 Subject: [PATCH] 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) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 99591c8..740cb72 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,8 @@ audit-*.md *.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