From b030f47e0fa129d7e9855435deaa93f70fbe3b25 Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Fri, 31 Jul 2020 16:09:19 +0200 Subject: [PATCH] Ignore clangd-related files and folders MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kletzander Reviewed-by: Ján Tomko --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.47.2