.gitignore: ignore ccls and clangd files
[lttng-tools.git] / .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.024041 seconds and 4 git commands to generate.