[PATCH 1/2] meson: ignore subprojects/.wraplock
From: Toon Claes <hidden>
Date: 2025-12-02 10:48:28
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Toon Claes <hidden>
Date: 2025-12-02 10:48:28
Subsystem:
the rest · Maintainer:
Linus Torvalds
When asking Meson to wrap subprojects, it generates a .wraplock file in the subprojects/ directory. Ignore this file. See also https://github.com/mesonbuild/meson/issues/14948. Signed-off-by: Toon Claes <redacted> --- subprojects/.gitignore | 1 + 1 file changed, 1 insertion(+)
diff --git a/subprojects/.gitignore b/subprojects/.gitignore
index 63ea916ef5..2bb68c8794 100644
--- a/subprojects/.gitignore
+++ b/subprojects/.gitignore@@ -1 +1,2 @@ /*/ +.wraplock
--
2.52.0