From d8b1d260a869d7017da77199cc048382d33a46ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 13:22:06 +0200 Subject: [PATCH] add .cache/ to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 599ef99e35..92d63c97bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.cache/ + # Compiled Object files *.slo *.lo