Files
CLI11/.gitignore
Philip Top 0eb88ed958 add option modifiers pathways to custom options in the fuzzer (#1128)
Next phase of the fuzzer, adds some mechanics for the fuzzer itself to
add modifiers on the options.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-03-03 04:54:46 -08:00

25 lines
292 B
Plaintext

a.out*
*.swp
/*build*
/*out*
/test_package/build
/Makefile
/CMakeFiles/*
/cmake_install.cmake
/*.kdev4
/.vscode
/.vs
/html/*
!/meson.build
/CMakeUserPresets.json
/bazel-*
/MODULE.bazel.lock
/node_modules/*
/package.json
/yarn.lock
/CLI11.hpp
/subprojects/Catch2-*
/subprojects/packagecache