Merge pull request #2189 from billhollings/update-gitignore

Update .gitignore.
This commit is contained in:
Bill Hollings 2024-03-19 12:18:16 -04:00 committed by GitHub
commit fce66e1443
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

17
.gitignore vendored
View File

@ -1,17 +1,12 @@
# MoltenVK specific
Package/
# MoltenVK runtime build
/Package
# MoltenVK Dependencies
External/cereal
External/glslang
External/SPIRV-Cross
External/Volk
External/Vulkan-Headers
External/Vulkan-Tools
# MoltenVK dependencies
/External
# Vulkan CTS testing artifacts
Scripts/TestResults.qpa
Scripts/shadercache.bin
/Scripts/TestResults.qpa
/Scripts/shadercache.bin
# Mac OS X Finder
.DS_Store