Skip to content

Commit

Permalink
Update .gitignore.
Browse files Browse the repository at this point in the history
- .gitignore exclude all directories under External, to allow
  temp directories to be created during dependency developments.
- .gitignore specify MoltenVK exclusions are relative to root directory.
  • Loading branch information
billhollings committed Mar 19, 2024
1 parent 5c51d2a commit 8e6b80b
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8e6b80b

Please sign in to comment.