From 4a85dbc7772ea4f0ae890fca4f3f13a2f2e43c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Techet?= Date: Thu, 12 Sep 2024 16:30:38 +0200 Subject: [PATCH] Add the .cache directory to .gitignore This is where clangd stores its precompiled files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5851a0815..8e209cc8c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ deps.mak .deps/ .libs/ +.cache/ Makefile Makefile.in cscope.out