From 6969476449b2d8bf1c0d74f82a9d77285d596e33 Mon Sep 17 00:00:00 2001 From: Kyle K <190571+Docteh@users.noreply.github.com> Date: Fri, 16 Sep 2022 10:58:29 -0700 Subject: [PATCH] GIT: Modify .gitignore to ignore wildcard for build directories Helps if you have multiple build folders. There are other, dark ways to hide extra build folders from git, but this is better. See: https://github.com/citra-emu/citra/pull/6130 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cdf37962ae..a5f7248c70 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later # Build directory -[Bb]uild/ +[Bb]uild*/ doc-build/ # Generated source files