[PATCH 02/12] subprojects: Ignore .wraplock file generated by meson v1.9.0

Zhao Liu posted 12 patches 1 week, 5 days ago
There is a newer version of this series
[PATCH 02/12] subprojects: Ignore .wraplock file generated by meson v1.9.0
Posted by Zhao Liu 1 week, 5 days ago
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 <zhao1.liu@intel.com>
---
 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
Re: [PATCH 02/12] subprojects: Ignore .wraplock file generated by meson v1.9.0
Posted by Manos Pitsidianakis 1 week, 5 days ago
On Tue, Sep 16, 2025 at 11:34 AM Zhao Liu <zhao1.liu@intel.com> wrote:
>
> 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 <zhao1.liu@intel.com>
> ---

Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>

>  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
>