git: 9b236631b1ec - main - gitignore: Add .clangd and .ccls-cache
Ka Ho Ng
khng at FreeBSD.org
Fri Jun 4 08:56:56 UTC 2021
The branch main has been updated by khng:
URL: https://cgit.FreeBSD.org/src/commit/?id=9b236631b1ec50e90bef1995aff68fed65b21be5
commit 9b236631b1ec50e90bef1995aff68fed65b21be5
Author: Ka Ho Ng <khng at FreeBSD.org>
AuthorDate: 2021-06-04 08:56:08 +0000
Commit: Ka Ho Ng <khng at FreeBSD.org>
CommitDate: 2021-06-04 08:56:08 +0000
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
More information about the dev-commits-src-main
mailing list