emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 467200d: Update .gitignore with ccls files


From: Lars Ingebrigtsen
Subject: master 467200d: Update .gitignore with ccls files
Date: Sun, 13 Sep 2020 09:48:21 -0400 (EDT)

branch: master
commit 467200dd6edc084b2c8569fe7d11e1b4055718d2
Author: Brian Leung <leungbk@mailfence.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Update .gitignore with ccls files
    
    * .gitignore: Ignore files used by ccls, a language server for C
    (bug#43365).
    
    Copyright-paperwork-exempt: yes
---
 .gitignore | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitignore b/.gitignore
index d69a40a..94c0009 100644
--- a/.gitignore
+++ b/.gitignore
@@ -164,6 +164,12 @@ GSYMS
 GRTAGS
 GTAGS
 
+# auto-generated compilation database
+compile_commands.json
+
+# ccls, a LSP-compliant server for C
+/.ccls-cache
+
 # GNU idutils.
 ID
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]