From 2e0a4a18bd40f6c3ca244ab907dc539658472df6 Mon Sep 17 00:00:00 2001 From: Vasile Vilvoiu Date: Sat, 26 Aug 2023 17:34:22 +0300 Subject: Add clangd's cache dir to gitignore. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5ad569d..63995b9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,9 @@ Makefile cmake_install.cmake compile_commands.json +# clangd +.cache + # Prerequisites *.d -- cgit v1.2.3