aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy/tidy.py
diff options
context:
space:
mode:
authorMátyás Mustoha <mmatyas@inf.u-szeged.hu>2016-08-18 12:44:13 -0500
committerMátyás Mustoha <mmatyas@inf.u-szeged.hu>2016-10-28 22:17:10 +0200
commit5bb550dbf03946578344897753dbec5d836b348a (patch)
treea507187653758dfcaefa3f8881bef6a7712a5768 /python/tidy/servo_tidy/tidy.py
parentc6ef48ccc1ee55b0c3d2f6a02423ce1f05c06531 (diff)
downloadservo-5bb550dbf03946578344897753dbec5d836b348a.tar.gz
servo-5bb550dbf03946578344897753dbec5d836b348a.zip
Update to use the new Android library build rules.
Diffstat (limited to 'python/tidy/servo_tidy/tidy.py')
-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 195ca639139..1dcbd4896d1 100644
--- a/python/tidy/servo_tidy/tidy.py
+++ b/python/tidy/servo_tidy/tidy.py
@@ -47,7 +47,7 @@ FILE_PATTERNS_TO_CHECK = ["*.rs", "*.rc", "*.cpp", "*.c",
"*.toml", "*.webidl", "*.json", "*.html"]
# File patterns that are ignored for all tidy and lint checks.
-FILE_PATTERNS_TO_IGNORE = ["*.#*", "*.pyc"]
+FILE_PATTERNS_TO_IGNORE = ["*.#*", "*.pyc", "fake-ld.sh"]
SPEC_BASE_PATH = "components/script/dom/"