moltenvk/.gitignore
Bill Hollings c833cc544d Replace dependency on Vulkan-LoaderAndValidationLayers with Vulkan-Headers and Vulkan-Tools.
Update to latest versions of Vulkan-Headers, SPIRV-Cross, glslang, Vulkan-Tools, and VulkanSamples.
2018-05-28 08:33:46 -04:00

39 lines
518 B
Plaintext

# MoltenVK specific
Package/
# Mac OS X Finder
.DS_Store
# Xcode
xcuserdata/
project.xcworkspace/
*.xccheckout
*.xcscmblueprint
# build products
build/
*.[oa]
# Dependencies
External/cereal
External/glslang
External/SPIRV-Cross
External/Vulkan-Headers
External/Vulkan-Tools
External/VulkanSamples
# 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/