Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jun 2021 08:56:55 GMT
From:      Ka Ho Ng <khng@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 9b236631b1ec - main - gitignore: Add .clangd and .ccls-cache
Message-ID:  <202106040856.1548ut4M073161@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by khng:

URL: https://cgit.FreeBSD.org/src/commit/?id=9b236631b1ec50e90bef1995aff68fed65b21be5

commit 9b236631b1ec50e90bef1995aff68fed65b21be5
Author:     Ka Ho Ng <khng@FreeBSD.org>
AuthorDate: 2021-06-04 08:56:08 +0000
Commit:     Ka Ho Ng <khng@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106040856.1548ut4M073161>