mirror of https://github.com/openXC7/prjxray.git
11 lines
345 B
YAML
11 lines
345 B
YAML
# Types of things
|
|
fuzzers: ["fuzzers"]
|
|
minitests: ["minitests"]
|
|
experiments: ["experiments"]
|
|
|
|
docs: ["docs", "*.md", "COPYING"]
|
|
infra: [".travis", ".travis.yml", ".github", "Docker*", ".gcloud*", ".style.yapf", "vagrant", "cloudbuild.*", "download-latest-db.sh"]
|
|
tools: ["tools", "utils", "htmlgen"]
|
|
|
|
third-party: ["third_party", ".gitmodules"]
|