Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid altering signature for .cargo/vendor files
When using the content of the `clamav` tarball in a git repository to version a debian or RedHat package for example. We should never alter the files from cargo or this result in corrupted signature and thus we cannot install the files. As the repo provides its own `.gitattributes` we cannot easily overwrite it without manually updating `.git/info/attributes`. Alternatively we could remove the `.gitattributes` file from the tarball when generating it.
- Loading branch information