Merge pull request #47212 from zorbathut/pr_gitignore

Fix: .gitignore files ignore part of the repo.
This commit is contained in:
Rémi Verschelde 2023-02-17 14:06:23 +01:00
commit 1e3f42fccb
No known key found for this signature in database
GPG Key ID: C3336907360768E1
2 changed files with 6 additions and 10 deletions

9
.gitignore vendored
View File

@ -243,9 +243,6 @@ xcuserdata/
x64/
x86/
# Do not ignore x86 folders anywhere under thirdparty libraries
!thirdparty/**/x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
@ -255,6 +252,12 @@ bld/
[Ll]og/
[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
.vs/

View File

@ -1,7 +0,0 @@
{
"file_format_version" : "1.0.0",
"ICD": {
"library_path": "./../../Frameworks/MoltenVK.framework/MoltenVK",
"api_version" : "1.0.0"
}
}