From 311b07e90cf09ffe091ab5bbd371e60e1c9ba62a Mon Sep 17 00:00:00 2001 From: Hawke Date: Sun, 10 Aug 2025 12:57:47 -0500 Subject: [PATCH] Ignore dll .cache files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e1c0e28c..01f2b426 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ *.swp *.swo +# Ignore dll cache files +*.cache +