unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Brian Leung via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: 43365@debbugs.gnu.org
Subject: bug#43365: [PATCH] Add ccls files to .gitignore
Date: Sun, 13 Sep 2020 03:16:11 +0200 (CEST)	[thread overview]
Message-ID: <1815295291.432066.1599959771453@ichabod.co-bxl> (raw)

[-- 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


             reply	other threads:[~2020-09-13  1:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-13  1:16 Brian Leung via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2020-09-13 13:48 ` bug#43365: [PATCH] Add ccls files to .gitignore Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1815295291.432066.1599959771453@ichabod.co-bxl \
    --to=bug-gnu-emacs@gnu.org \
    --cc=43365@debbugs.gnu.org \
    --cc=leungbk@mailfence.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).