From 9b236631b1ec50e90bef1995aff68fed65b21be5 Mon Sep 17 00:00:00 2001 From: Ka Ho Ng Date: Fri, 4 Jun 2021 16:56:08 +0800 Subject: [PATCH] gitignore: Add .clangd and .ccls-cache Add residues of clangd and ccls to prevent them from being accidentally included in a commit. clangd and ccls are two C/C++ Language Server implementations listed in https://microsoft.github.io/language-server-protocol/implementors/servers/ . Sponsored by: The FreeBSD Foundation MFC after: 3 days Reviewed by: philip Differential Revision: https://reviews.freebsd.org/D26555 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2e735237b30f..a0ba64706603 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,5 @@ cscope.in.out cscope.out cscope.po.out compile_commands.json +.clangd +.ccls-cache