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:
parent
e0f304413c
commit
467200dd6e
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue