From e72a91e0636f0dc68ee8518786d8776270cd1dc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9?= Date: Fri, 5 Jan 2024 04:38:15 -0500 Subject: [PATCH] build: add .cache clangd folder to .gitignore (#4257) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The clangd index, before creating the `compile_commands.json` file will create the indexes under a `.cache` folder. This does not need to be tracked by the repo. Signed-off-by: Juan José Arboleda --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d184d21c..6d396efb 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ *.VC.db *.VC.opendb core +.cache vgcore.* .buildstamp .dirstamp