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 ac589edb36
commit d41ce4d492
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/