Merge pull request #70388 from ipforums/gignore-x86

Do not ignore x86 source code directories anywhere under thirdparty d…
This commit is contained in:
Rémi Verschelde 2022-12-21 09:21:06 +01:00
commit e4506cb19c
No known key found for this signature in database
GPG Key ID: C3336907360768E1

6
.gitignore vendored
View File

@ -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/