* bug#43365: [PATCH] Add ccls files to .gitignore
@ 2020-09-13 1:16 Brian Leung via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-09-13 13:48 ` Lars Ingebrigtsen
0 siblings, 1 reply; 2+ messages in thread
From: Brian Leung via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2020-09-13 1:16 UTC (permalink / raw)
To: 43365
[-- Attachment #1: Type: text/plain, Size: 149 bytes --]
This updates the .gitignore with some files used by ccls, a language server for C.
--
Sent with https://mailfence.com
Secure and private email
[-- Attachment #2: File Attachment: 0001-Update-.gitignore-with-ccls-files.patch --]
[-- Type: text/x-diff, Size: 566 bytes --]
From aaf7ec3e29d75c7bfbd304c003a29618be076252 Mon Sep 17 00:00:00 2001
From: Brian Leung <leungbk@mailfence.com>
Date: Fri, 7 Aug 2020 17:39:51 -0700
Subject: [PATCH] Update .gitignore with ccls files
---
.gitignore | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.gitignore b/.gitignore
index d69a40af8c..94c0009aa2 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
--
2.28.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#43365: [PATCH] Add ccls files to .gitignore
2020-09-13 1:16 bug#43365: [PATCH] Add ccls files to .gitignore Brian Leung via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2020-09-13 13:48 ` Lars Ingebrigtsen
0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2020-09-13 13:48 UTC (permalink / raw)
To: Brian Leung; +Cc: 43365
Brian Leung <leungbk@mailfence.com> writes:
> This updates the .gitignore with some files used by ccls, a language
> server for C.
[...]
> +# auto-generated compilation database
> +compile_commands.json
> +
> +# ccls, a LSP-compliant server for C
> +/.ccls-cache
> +
Thanks; applied to Emacs 28.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-13 13:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-13 1:16 bug#43365: [PATCH] Add ccls files to .gitignore Brian Leung via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-09-13 13:48 ` Lars Ingebrigtsen
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).