The .wraplock file is automatically generated by meson v1.9.0 (the related issue: https://github.com/mesonbuild/meson/issues/14948).
Ignore it for now. Signed-off-by: Zhao Liu <[email protected]> --- subprojects/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/subprojects/.gitignore b/subprojects/.gitignore index 9d579f72d121..20b25845760f 100644 --- a/subprojects/.gitignore +++ b/subprojects/.gitignore @@ -20,3 +20,6 @@ /quote-1.0.36 /syn-2.0.104 /unicode-ident-1.0.12 + +# Workaround for Meson v1.9.0 https://github.com/mesonbuild/meson/issues/14948 +/.wraplock -- 2.34.1
