exclude tar.gz compressed file from vendoring, and remove from vendor directory (#550)

This commit is contained in:
udinator 2020-01-09 15:50:34 -08:00 committed by GitHub
parent 8ce399dbe6
commit 790fab927a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

View file

@ -12,6 +12,7 @@
exclude_from_upstream: [
"docs/riscv-dv.pdf",
"sample/sample_rv32imc_test.tar.gz",
]
}