Explorar o código

Merge pull request #70388 from ipforums/gignore-x86

Do not ignore x86 source code directories anywhere under thirdparty d…
Rémi Verschelde %!s(int64=2) %!d(string=hai) anos
pai
achega
e4506cb19c
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      .gitignore

+ 4 - 2
.gitignore

@@ -242,8 +242,10 @@ xcuserdata/
 [Rr]eleases/
 x64/
 x86/
-# Not build results, this is Theora source code.
-!thirdparty/libtheora/x86/
+
+# Do not ignore x86 folders anywhere under thirdparty libraries
+!thirdparty/**/x86/
+
 [Ww][Ii][Nn]32/
 [Aa][Rr][Mm]/
 [Aa][Rr][Mm]64/