From fe966128010656c432f59c0113304e3aeca55e59 Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 27 Dec 2022 22:39:13 +0100 Subject: [PATCH] Ported: Do not ignore x86 source code directories anywhere under thirdparty directory. - ipsoftdev https://github.com/godotengine/godot/commit/d41ce4d4929616c62bef67b1bcd141b91ec1df7f --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f644bedd7..cdbde3d78 100644 --- a/.gitignore +++ b/.gitignore @@ -107,8 +107,10 @@ logs/ [Rr]elease/ x64/ build/ -# Not build results, this is Theora source code. -!thirdparty/libtheora/x86/ + +# Do not ignore x86 folders anywhere under thirdparty libraries +!thirdparty/**/x86/ + bld/ [Bb]in/ [Oo]bj/