blob: ecb665c48c2e83a00511e11fed5c04fa594cf3e4 [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
{
name: "wycheproof",
target_dir: "wycheproof",
upstream: {
url: "https://github.com/google/wycheproof.git",
rev: "master",
},
exclude_from_upstream: [
# Ignore everything except for the testvectors/ directory (by ignoring
# every path not starting with "t", plus "tools" and "third_party")
"[!t]*",
"tools*",
"third_party*",
]
}