From d41ce4d4929616c62bef67b1bcd141b91ec1df7f Mon Sep 17 00:00:00 2001 From: ipsoftdev Date: Tue, 20 Dec 2022 22:01:50 -0800 Subject: [PATCH] Do not ignore x86 source code directories anywhere under thirdparty directory (cherry picked from commit b37f10adf74b48d0ed257104ff18e7ab5ff27d63) --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1deb93bcf5b..8b0f8169f3e 100644 --- a/.gitignore +++ b/.gitignore @@ -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/