From 57c3e6c1c26a99f040290f81b0d73e7bdb631946 Mon Sep 17 00:00:00 2001 From: RH Date: Tue, 26 Nov 2024 16:32:20 +1100 Subject: [PATCH] Ensure that git ignores build folders created in test projects (#2247) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 94373b9ee5..01f7683830 100644 --- a/.gitignore +++ b/.gitignore @@ -225,6 +225,8 @@ tests/cpp-tests/Content tests/fairygui-tests/Content tests/live2d-tests/Content tests/unit-tests/Content +tests/*-tests/build +tests/*-tests/build_* *.patch /cache