From 86a8bb5d103f749017e6288dbce9bbe981ed9955 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 8 Jan 2026 11:40:54 -0500 Subject: Ignore wraplock file added in meson 1.9.0 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index bb24764..407e737 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ tags # cached files when used as a meson subproject .meson-subproject-wrap-hash.txt + +# .wraplock file added in meson 1.9.0 +/subprojects/.wraplock -- cgit v1.2.1