mirror of
https://github.com/KhronosGroup/MoltenVK.git
synced 2026-01-18 05:01:18 +01:00
39 lines
523 B
Plaintext
39 lines
523 B
Plaintext
# MoltenVK runtime build
|
|
/Package
|
|
|
|
# MoltenVK dependencies
|
|
/External
|
|
|
|
# Vulkan CTS testing artifacts
|
|
/Scripts/TestResults.qpa
|
|
/Scripts/shadercache.bin
|
|
|
|
# Mac OS X Finder
|
|
.DS_Store
|
|
|
|
# Xcode
|
|
xcuserdata/
|
|
project.xcworkspace/
|
|
*.xccheckout
|
|
*.xcscmblueprint
|
|
|
|
# build products
|
|
build/
|
|
*.[oa]
|
|
|
|
# Other source repository archive directories (protects when importing)
|
|
.hg
|
|
.svn
|
|
CVS
|
|
|
|
# automatic backup files
|
|
*~.nib
|
|
*.swp
|
|
*~
|
|
*(Autosaved).rtfd/
|
|
Backup[ ]of[ ]*.pages/
|
|
Backup[ ]of[ ]*.key/
|
|
Backup[ ]of[ ]*.numbers/
|
|
|
|
MoltenVKOptions.cmake
|