aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy
diff options
context:
space:
mode:
authorImanol Fernandez <mortimergoro@gmail.com>2017-10-30 19:07:01 +0100
committerImanol Fernandez <mortimergoro@gmail.com>2017-10-31 16:00:12 +0100
commit4989f0091632a8c874b3e203ecf7122aa2b5a15b (patch)
tree7c1f89baf00a2cdf11d728a0270651394577b5b8 /python/tidy/servo_tidy
parentc4bb30413c29eba6d71469f4800a8a323a78ded6 (diff)
downloadservo-4989f0091632a8c874b3e203ecf7122aa2b5a15b.tar.gz
servo-4989f0091632a8c874b3e203ecf7122aa2b5a15b.zip
Update WebGL conformance suite 1.0.3 from upstream
Diffstat (limited to 'python/tidy/servo_tidy')
-rw-r--r--python/tidy/servo_tidy/tidy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tidy/servo_tidy/tidy.py b/python/tidy/servo_tidy/tidy.py
index 1336c4d0b56..24e6a3b312f 100644
--- a/python/tidy/servo_tidy/tidy.py
+++ b/python/tidy/servo_tidy/tidy.py
@@ -53,7 +53,7 @@ FILE_PATTERNS_TO_CHECK = ["*.rs", "*.rc", "*.cpp", "*.c",
"*.yml"]
# File patterns that are ignored for all tidy and lint checks.
-FILE_PATTERNS_TO_IGNORE = ["*.#*", "*.pyc", "fake-ld.sh"]
+FILE_PATTERNS_TO_IGNORE = ["*.#*", "*.pyc", "fake-ld.sh", "*.ogv", "*.webm"]
SPEC_BASE_PATH = "components/script/dom/"