From 2d5a1367e2b14dab9671270655bbb1702e0826de Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 26 Jul 2025 23:59:15 +0300 Subject: [PATCH] meson: Update subprojects .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit a29c53f6a646 ("meson: Use libyaml wrap file from wrapdb") modified the libyaml wrap in a way that resulted in the subproject source code being stored in a different subdirectory, but didn't update .gitignore accordingly. Fix it. Fixes: a29c53f6a646 ("meson: Use libyaml wrap file from wrapdb") Signed-off-by: Laurent Pinchart Reviewed-by: Barnabás Pőcze --- subprojects/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/.gitignore b/subprojects/.gitignore index b08d6990..d2ba9007 100644 --- a/subprojects/.gitignore +++ b/subprojects/.gitignore @@ -2,6 +2,6 @@ /googletest-release* /libpisp -/libyaml /libyuv /packagecache +/yaml-0.2.5