From: Martin Kletzander Date: Fri, 31 Jul 2020 14:09:19 +0000 (+0200) Subject: Ignore clangd-related files and folders X-Git-Tag: v6.7.0-rc1~243 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b030f47e0fa129d7e9855435deaa93f70fbe3b25;p=thirdparty%2Flibvirt.git Ignore clangd-related files and folders Signed-off-by: Martin Kletzander Reviewed-by: Ján Tomko --- diff --git a/.gitignore b/.gitignore index 405dacb777..6d44a50061 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,7 @@ /build/ /ci/scratch/ tags + +# clangd related ignores +.clangd +compile_commands.json