From aa3282f71ec0d7c66bb90ab05762bb7cc8f79fb1 Mon Sep 17 00:00:00 2001 From: i-ky Date: Tue, 4 Apr 2023 18:29:54 +0000 Subject: [PATCH] Fix clangd cache directory name --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bf35389..9217fbe 100644 --- a/.gitignore +++ b/.gitignore @@ -31,7 +31,8 @@ *.out *.app +# clangd stuff compile_commands.json -.clangd/ +.cache/ basset