summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoripsoftdev <ipsoftdev@gmail.com>2022-12-20 22:01:50 -0800
committeripsoftdev <ipsoftdev@gmail.com>2022-12-20 22:01:50 -0800
commitb37f10adf74b48d0ed257104ff18e7ab5ff27d63 (patch)
tree7818455590b2f319e8c9a4f147cf70c58d993f4b
parent2a04b18d37de6c6e621db5a9dfd1cd0da5ccb015 (diff)
Do not ignore x86 source code directories anywhere under thirdparty directory
-rw-r--r--.gitignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 1292be06fd..ca96220570 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/