From 467200dd6edc084b2c8569fe7d11e1b4055718d2 Mon Sep 17 00:00:00 2001 From: Brian Leung Date: Sun, 13 Sep 2020 15:48:06 +0200 Subject: [PATCH] Update .gitignore with ccls files * .gitignore: Ignore files used by ccls, a language server for C (bug#43365). Copyright-paperwork-exempt: yes --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.2