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>maint
parent
f0ef5b6d9b
commit
9ce3478410
|
|
@ -1 +1,2 @@
|
|||
/*/
|
||||
.wraplock
|
||||
|
|
|
|||
Loading…
Reference in New Issue