Procházet zdrojové kódy

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
Kyle K před 3 roky
rodič
revize
49870baea4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

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