ARM-software / vscode-cmsis-csolution

Extension support for VS Code CMSIS Project Extension
https://marketplace.visualstudio.com/items?itemName=Arm.cmsis-csolution
Other
28 stars 5 forks source link

Should `cbuild --clean` also remove `cbuild-idx.yml` and `cbuild.yml` files #90

Open ReinhardKeil opened 1 month ago

ReinhardKeil commented 1 month ago

I believe cbuild --clean should delete all files that are not relevant for an reproduceable build. https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/build-overview.md#reproducible-builds

That would include then the cbuild-idx.yml and cbuild.yml files.

I believe cbuild-set.yml and cbuild-pack.yml should be kept.