Fix .gitignore ignores part of the committed repo.

(cherry picked from commit 37d68929e8ab3a1cab550a4cb83152eb13012f8c)
This commit is contained in:
Ben Rog-Wilhelm 2022-10-21 14:06:42 -05:00 committed by Relintai
parent 42527716f5
commit 575adb91fc

9
.gitignore vendored
View File

@ -108,15 +108,18 @@ logs/
x64/ x64/
build/ build/
# Do not ignore x86 folders anywhere under thirdparty libraries
!thirdparty/**/x86/
bld/ bld/
[Bb]in/ [Bb]in/
[Oo]bj/ [Oo]bj/
*.debug *.debug
*.dSYM *.dSYM
# Do not ignore arch-specific folders anywhere under thirdparty libraries
!thirdparty/**/x64/
!thirdparty/**/x86/
!thirdparty/**/arm/
!thirdparty/**/arm64/
# Visual Studio cache/options directory # Visual Studio cache/options directory
.vs/ .vs/