From 09b58fe1f5949e0c8eef07b186d450077dae5a45 Mon Sep 17 00:00:00 2001 From: cat Date: Fri, 27 Feb 2026 09:06:04 +0200 Subject: [PATCH] addded .cache to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index dd9e3f0..1c7e77b 100644 --- a/.gitignore +++ b/.gitignore @@ -165,3 +165,6 @@ build-iPhoneSimulator/ # Custom # For personal testing cases test/ + +# clangd +.cache/