From bad5a4dcc53d6047d0afca28c96be66001237526 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Tue, 23 Dec 2025 17:27:48 -0800 Subject: [PATCH] gitignore subprojects/.wraplock I'm not sure what's creating this file. But something is, so let's ignore it. Change-Id: If05fb0851630d827ecb7b75cf2cf0b466a6a6964 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5727d473c..6c38dd0de 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,6 @@ buildtime.bin *.pyc **/.idea + +# Yeah, I've got no clue. +/subprojects/.wraplock