1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-01 10:41:57 -07:00

Update .gitignore with ccls files

* .gitignore: Ignore files used by ccls, a language server for C
(bug#43365).

Copyright-paperwork-exempt: yes
This commit is contained in:
Brian Leung 2020-09-13 15:48:06 +02:00 committed by Lars Ingebrigtsen
parent e0f304413c
commit 467200dd6e

6
.gitignore vendored
View file

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