mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 09:33:51 +00:00
chore: add catch2 amalgamated files to git tracking
extern/catch2 was covered by the extern/* gitignore pattern without an exception, causing CI to fail with a missing source file error. Added !extern/catch2 exception and committed the amalgamated files.
This commit is contained in:
parent
ae596a485a
commit
bb2bf38921
3 changed files with 25918 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -64,6 +64,7 @@ cscope.out
|
|||
# External dependencies (except submodules and vendored headers)
|
||||
extern/*
|
||||
!extern/.gitkeep
|
||||
!extern/catch2
|
||||
!extern/imgui
|
||||
!extern/vk-bootstrap
|
||||
!extern/vk_mem_alloc.h
|
||||
|
|
|
|||
11811
extern/catch2/catch_amalgamated.cpp
vendored
Normal file
11811
extern/catch2/catch_amalgamated.cpp
vendored
Normal file
File diff suppressed because it is too large
Load diff
14106
extern/catch2/catch_amalgamated.hpp
vendored
Normal file
14106
extern/catch2/catch_amalgamated.hpp
vendored
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue