projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0f3044
)
Update .gitignore with ccls files
author
Brian Leung
<leungbk@mailfence.com>
Sun, 13 Sep 2020 13:48:06 +0000
(15:48 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 13 Sep 2020 13:48:06 +0000
(15:48 +0200)
* .gitignore: Ignore files used by ccls, a language server for C
(bug#43365).
Copyright-paperwork-exempt: yes
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index d69a40af8cdb815dac216615aaebfbe0cee06a6f..94c0009aa29b547543056ea9a515b27a5840e6bd 100644
(file)
--- 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