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
This commit is contained in:
Ka Ho Ng 2021-06-04 16:56:08 +08:00
parent d4cf41a99b
commit 9b236631b1

2
.gitignore vendored
View File

@ -26,3 +26,5 @@ cscope.in.out
cscope.out
cscope.po.out
compile_commands.json
.clangd
.ccls-cache