mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Track VulkanMemoryAllocator header in extern/
vk_mem_alloc.h was in extern/ but gitignored, causing macOS CI to fail with 'vk_mem_alloc.h' file not found. Whitelist it alongside the other vendored headers.
This commit is contained in:
parent
0210c24186
commit
de6983e385
2 changed files with 19847 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -42,11 +42,12 @@ wowee
|
|||
*~
|
||||
.DS_Store
|
||||
|
||||
# External dependencies (except submodules)
|
||||
# External dependencies (except submodules and vendored headers)
|
||||
extern/*
|
||||
!extern/.gitkeep
|
||||
!extern/imgui
|
||||
!extern/vk-bootstrap
|
||||
!extern/vk_mem_alloc.h
|
||||
|
||||
# ImGui state
|
||||
imgui.ini
|
||||
|
|
|
|||
19845
extern/vk_mem_alloc.h
vendored
Normal file
19845
extern/vk_mem_alloc.h
vendored
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue