From 781bda25734621b277b0652e943da4ff7c0a971e Mon Sep 17 00:00:00 2001 From: Swung0x48 Date: Tue, 17 Feb 2026 07:59:26 +0800 Subject: [PATCH] [Chore] (git): include stuff in gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f70c3cb1..53c88dc7 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,8 @@ MobileGLCodeManager .vscode .clangd MobileGL/MG_Test/build -/build_* \ No newline at end of file +/build_* +/cmake-build* +.idea +MobileGL/MG*/build* +MobileGL/MG*/cmake-build* \ No newline at end of file