From 0de5dd578a2dca9be208f6c2f56c8e1e9ae7291c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 6 May 2019 17:14:02 -0400 Subject: [PATCH] .gitignore: ignore ccls and clangd files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b5d2a55a8..02159fa7b 100644 --- a/.gitignore +++ b/.gitignore @@ -37,10 +37,15 @@ tags .project .settings/ -# cscope and ctags +# cscope, ctags and other IDE files cscope.* tags TAGS +/.ccls-cache/ +.ccls-root +/.clangd/ +compile_commands.json +*_flymake* # m4 macros not automatically generated /m4/libtool.m4 -- 2.34.1