diff options
Diffstat (limited to 'third_party/libwebrtc/infra/specs/trybot_analyze_config.json')
-rw-r--r-- | third_party/libwebrtc/infra/specs/trybot_analyze_config.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/libwebrtc/infra/specs/trybot_analyze_config.json b/third_party/libwebrtc/infra/specs/trybot_analyze_config.json new file mode 100644 index 0000000000..2c818d4e11 --- /dev/null +++ b/third_party/libwebrtc/infra/specs/trybot_analyze_config.json @@ -0,0 +1,10 @@ +{ + "base": { + "exclusions": [ + ".vpython", + ".vpython3", + "DEPS", + "infra/specs/.*" + ] + } +} |