From a9f7dd55cc7612919711e44c316cae27313e8bc6 Mon Sep 17 00:00:00 2001 From: Peter Neuroth Date: Tue, 23 Sep 2025 19:26:22 +0200 Subject: [PATCH] add .clangd to gitignore I use .clangd to configure compiler flags for the lsp (language server) I use in nvim. Changelog-None Signed-off-by: Peter Neuroth --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ae72de8eb27c..d8ba3ca5c522 100644 --- a/.gitignore +++ b/.gitignore @@ -85,6 +85,7 @@ plugins/cln-grpc plugins/clnrest plugins/wss-proxy plugins/cln-bip353 +.clangd # Build directories bionic/