The branch main has been updated by khng: URL: https://cgit.FreeBSD.org/src/commit/?id=9b236631b1ec50e90bef1995aff68fed65b21be5
commit 9b236631b1ec50e90bef1995aff68fed65b21be5 Author: Ka Ho Ng <[email protected]> AuthorDate: 2021-06-04 08:56:08 +0000 Commit: Ka Ho Ng <[email protected]> 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
