blob: e46ec1bc0a30c5d2b403e3cd0358732eadf89a7d [file] [log] [blame]
Ben Clayton269f38f2020-10-02 13:24:32 +01001{
2 "licenses": [
Nicolas Capensd5d18aa2021-08-18 09:44:08 -04003 "Apache-2.0",
Ben Clayton269f38f2020-10-02 13:24:32 +01004 "Apache-2.0-Header"
5 ],
6 "paths": [
7 {
8 "exclude": [
9 ".clang-format",
10 ".gitignore",
11 ".gitmodules",
12 ".vscode/*.json",
13 "**.md",
14 "AUTHORS",
15 "LICENSE",
16 "VERSION",
17 "build/**",
18 "docs/imgs/*.svg",
19 "kokoro/**.cfg",
20 "third_party/benchmark/**",
21 "third_party/googletest/**"
22 ]
23 }
24 ]
25}