From 7354bb5f92f4173399bd76dd1480c330a63622cf Mon Sep 17 00:00:00 2001 From: Julien Marrec Date: Mon, 4 May 2020 14:24:26 +0200 Subject: [PATCH] Gitignore a .clangd directory, due to my use of Vim's YouCompleteMe with clangd-completer --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 713b29e1a12..d6872addc4f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,4 @@ developer/msvc/Visualizers/all_concat.natvis *.sublime-workspace *.sublime-projet *.cache - +.clangd/