From e6ed78243d69ec79677c037614ca76918cebcfc3 Mon Sep 17 00:00:00 2001 From: Evan Reichard Date: Tue, 21 Jul 2026 10:35:06 -0400 Subject: [PATCH] Ignore meson subprojects/.wraplock build artifact --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7ce0faee59..54ec0ec6b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /GNUmakefile /build/ /build-native/ +/subprojects/.wraplock /.cache/ /.vscode/ *.pyc