mirror of
https://github.com/CLIUtils/CLI11.git
synced 2026-01-19 04:52:08 +00:00
* fix(tests): experimental support for external Catch3 Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * style: pre-commit.ci fixes --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
21 lines
252 B
Plaintext
21 lines
252 B
Plaintext
a.out*
|
|
*.swp
|
|
/*build*
|
|
/test_package/build
|
|
/Makefile
|
|
/CMakeFiles/*
|
|
/cmake_install.cmake
|
|
/*.kdev4
|
|
/.vscode
|
|
/html/*
|
|
!/meson.build
|
|
/CMakeUserPresets.json
|
|
|
|
/node_modules/*
|
|
/package.json
|
|
/yarn.lock
|
|
/CLI11.hpp
|
|
|
|
/subprojects/Catch2-*
|
|
/subprojects/packagecache
|