37 lines
872 B
INI
37 lines
872 B
INI
|
[
|
||
|
{
|
||
|
"licenses": [ "Apache-2.0" ],
|
||
|
"paths": [
|
||
|
{
|
||
|
"exclude": [
|
||
|
"**.md",
|
||
|
"**.png",
|
||
|
"**/README.asciidoc",
|
||
|
|
||
|
".*",
|
||
|
"AUTHORS",
|
||
|
"CHANGES",
|
||
|
"CONTRIBUTORS",
|
||
|
"DEPS",
|
||
|
"LICENSE",
|
||
|
|
||
|
"cmake/*.pc.in",
|
||
|
"libshaderc_util/testdata/dir/subdir/include_file.2",
|
||
|
"libshaderc_util/testdata/include_file.1",
|
||
|
|
||
|
"utils/git-sync-deps",
|
||
|
|
||
|
"third_party/**"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"licenses": [ "BSD-3-Clause" ],
|
||
|
"paths": [
|
||
|
{ "exclude": [ "**" ] },
|
||
|
{ "include": [ "utils/git-sync-deps" ] }
|
||
|
]
|
||
|
}
|
||
|
]
|