From 02d43dc4f1cc2b23f3b713b79c91fa8f27e5f231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Guzm=C3=A1n?= Date: Wed, 7 Dec 2022 20:43:29 -0600 Subject: [PATCH] ignore clangd cache --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ac9a66e..60ea585 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ Release build *.a +# ignore clangd cache directory +.cache .vs/ .vscode/ /SQLiteCpp.sln