From 37f26d1bb11b00b523ebdf61392ae1d8e40ca857 Mon Sep 17 00:00:00 2001 From: BZLZHH Date: Mon, 9 Feb 2026 18:22:20 +0800 Subject: [PATCH] [Misc] (gitignore): Ignore /build_* --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ecebf959..f70c3cb1 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ MobileGLCodeManager .vscode .clangd MobileGL/MG_Test/build +/build_* \ No newline at end of file