.gitignore: ignore ccls and clangd files
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 6 May 2019 21:14:02 +0000 (17:14 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 18 Jul 2019 19:58:24 +0000 (15:58 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
.gitignore

index b5d2a55a8475968d2133641fd5651b8f55863f21..02159fa7b5ba11cf5326361951b540c12cbee8eb 100644 (file)
@@ -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
This page took 0.025244 seconds and 4 git commands to generate.