>From aaf7ec3e29d75c7bfbd304c003a29618be076252 Mon Sep 17 00:00:00 2001 From: Brian Leung Date: Fri, 7 Aug 2020 17:39:51 -0700 Subject: [PATCH] Update .gitignore with ccls files --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index d69a40af8c..94c0009aa2 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.28.0