From fe64884cac492f18574a8e2af37560667f7f3802 Mon Sep 17 00:00:00 2001
From: jmcarcell <jmcarcell@users.noreply.github.com>
Date: Sat, 6 Jul 2024 11:42:32 +0200
Subject: [PATCH] Add .cache and compile_commands.json to .gitignore

---
 .gitignore | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitignore b/.gitignore
index 791cadea1..ebfb33e73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,9 @@ Version.h
 
 # XML files for DDUpgrade that are downloaded with cmake
 /examples/DDUpgrade/data
+
+# clangd files
+.cache
+
+# CMake commands database
+compile_commands.json
-- 
GitLab