From e4b5ef70de5302e223551237c1eb4f65de526fe4 Mon Sep 17 00:00:00 2001 From: Paul Cercueil Date: Thu, 7 Nov 2024 18:17:31 +0100 Subject: [PATCH] Ignore GNU Lightning's submodules We do not want nor need the "gnulib" submodule that comes with GNU Lightning. Signed-off-by: Paul Cercueil --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index b9afb32fc..8455e1080 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,5 @@ [submodule "frontend/libpicofe"] path = frontend/libpicofe url = https://github.com/notaz/libpicofe.git +[submodule "deps/lightning/gnulib"] + active = false