blob: ecfb5a8be0361793ebe78d8bb8edf3ab18d10a2a [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: "veri-titan",
target_dir: "veri-titan",
upstream: {
url: "https://github.com/secure-foundations/veri-titan.git",
rev: "master",
},
exclude_from_upstream: [
# Ignore everything except for the gen/ directory (by ignoring every path
# not starting with "g"
"[!g]*",
]
}