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:
Kelsi 2026-02-23 18:54:00 -08:00
parent 0210c24186
commit de6983e385
2 changed files with 19847 additions and 1 deletions

3
.gitignore vendored
View file

@ -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