From b37f10adf74b48d0ed257104ff18e7ab5ff27d63 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 --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1292be06fdc1..ca96220570da 100644 --- a/.gitignore +++ b/.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/