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
merge-requests/60/head
Kyle K 2022-09-16 10:58:29 +07:00
parent 344006b856
commit 49870baea4
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored

@ -2,7 +2,7 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Build directory
[Bb]uild/
[Bb]uild*/
doc-build/
# Generated source files