@leroysheep / Socializer / commits / 9ce3478410

meson: ignore subprojects/.wraplock

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 <toon@iotcl.com> Acked-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Toon Claes committed Dec 2, 2025 at 11:48 UTC 9ce3478410e6d9769f4203687b1f074a64c0ac8e
1 file changed +1
subprojects/.gitignore
+1
index 63ea916ef5..2bb68c8794 100644 --- a/subprojects/.gitignore +++ b/subprojects/.gitignore @@ -1 +1,2 @@ /*/ +.wraplock