mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-04 11:55:51 +00:00
…s to set version Advantages: - not modifying src dir in build time (`git clean` will also remove less) - simpler codecov (if we decide to move it to separate stage in the future) - The cpp file is perfectly valid, so it will be treated as a C++ files by all the tooling - No need to use CMAKE_PROJECT_INCLUDE_BEFORE, should work fine without it - Instead of generating + recompiling, we will just be doing recompilation of 1 file
12 lines
134 B
Plaintext
12 lines
134 B
Plaintext
*clio*.log
|
|
/build*/
|
|
.devcontainer
|
|
.build
|
|
.cache
|
|
.vscode
|
|
.python-version
|
|
.DS_Store
|
|
.sanitizer-report
|
|
CMakeUserPresets.json
|
|
config.json
|