Do not ignore x86 source code directories anywhere under thirdparty directory

(cherry picked from commit b37f10adf7)
This commit is contained in:
ipsoftdev 2022-12-20 22:01:50 -08:00 committed by Rémi Verschelde
parent 62f2b8a940
commit 3ebffeea98
No known key found for this signature in database
GPG Key ID: C3336907360768E1

6
.gitignore vendored
View File

@ -241,8 +241,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/