1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"exclusions": [
"build/.*gyp[i]?",
"build/android/pylib",
"build/compiler_version.py",
"build/get_landmines.py",
"build/gyp_chromium",
"build/linux/sysroot_ld_path.sh",
"chrome/test/data/.*",
"content/test/data/.*",
"DEPS",
"testing/buildbot/.*",
"tools/clang/scripts/plugin_flags.sh",
"tools/clang/scripts/update.py",
"tools/clang/scripts/update.sh",
"tools/metrics/histograms/histograms.xml",
"tools/perf/.*",
"tools/telemetry/.*",
"tools/whitespace.txt"
]
}
|