(core): allow to exclude a directory from checking
Description
Sheldon currently check everything, even files that we don not want to be modified. This could be problematic, especialy for minizip
sources which modifications could make updating harder.
Proposal
Two solutions:
- a
.sheldonignore
file. Same format and behavior as the.gitignore
- a
.sheldonexclude
file placed in directory to be ignored. maybe easier.