diff options
author | Brian Leung <leungbk@mailfence.com> | 2020-09-13 15:48:06 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-09-13 15:48:06 +0200 |
commit | 467200dd6edc084b2c8569fe7d11e1b4055718d2 (patch) | |
tree | f9cf5b7e1dd968befa156aaeaa52fdaea07914e2 /.gitignore | |
parent | e0f304413c5a70a1aabbfc0236505e22f60fba80 (diff) | |
download | emacs-467200dd6edc084b2c8569fe7d11e1b4055718d2.tar.gz |
Update .gitignore with ccls files
* .gitignore: Ignore files used by ccls, a language server for C
(bug#43365).
Copyright-paperwork-exempt: yes
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d69a40af8cd..94c0009aa29 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 |