subprojects: Ignore .wraplock file generated by meson v1.9.0
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. Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> Signed-off-by: Zhao Liu <zhao1.liu@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Link: https://lore.kernel.org/r/20250920160520.3699591-3-zhao1.liu@intel.com
This commit is contained in:
parent
a530a8d4ac
commit
d935f0b8e1
1 changed files with 3 additions and 0 deletions
3
subprojects/.gitignore
vendored
3
subprojects/.gitignore
vendored
|
|
@ -21,3 +21,6 @@
|
|||
/quote-1.0.36
|
||||
/syn-2.0.66
|
||||
/unicode-ident-1.0.12
|
||||
|
||||
# Workaround for Meson v1.9.0 https://github.com/mesonbuild/meson/issues/14948
|
||||
/.wraplock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue