From deaee27fce45eaa673a507767701551e0eae921c Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Wed, 28 Aug 2024 20:27:15 +0200 Subject: [PATCH] Gitignore the ccls cache --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 07dd058c9e..5d764b3340 100644 --- a/.gitignore +++ b/.gitignore @@ -58,5 +58,6 @@ __pycache__ compile_commands.* .cache /.clang-tidy +.ccls-cache .gdb_history .venv -- 2.47.2