|
@@ -243,9 +243,6 @@ xcuserdata/
|
|
x64/
|
|
x64/
|
|
x86/
|
|
x86/
|
|
|
|
|
|
-# Do not ignore x86 folders anywhere under thirdparty libraries
|
|
|
|
-!thirdparty/**/x86/
|
|
|
|
-
|
|
|
|
[Ww][Ii][Nn]32/
|
|
[Ww][Ii][Nn]32/
|
|
[Aa][Rr][Mm]/
|
|
[Aa][Rr][Mm]/
|
|
[Aa][Rr][Mm]64/
|
|
[Aa][Rr][Mm]64/
|
|
@@ -255,6 +252,12 @@ bld/
|
|
[Ll]og/
|
|
[Ll]og/
|
|
[Ll]ogs/
|
|
[Ll]ogs/
|
|
|
|
|
|
|
|
+# Do not ignore arch-specific folders anywhere under thirdparty libraries
|
|
|
|
+!thirdparty/**/x64/
|
|
|
|
+!thirdparty/**/x86/
|
|
|
|
+!thirdparty/**/arm/
|
|
|
|
+!thirdparty/**/arm64/
|
|
|
|
+
|
|
# Visual Studio 2015/2017 cache/options directory
|
|
# Visual Studio 2015/2017 cache/options directory
|
|
.vs/
|
|
.vs/
|
|
|
|
|