aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy.py
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-03-09 16:18:19 +0100
committerMs2ger <Ms2ger@gmail.com>2016-03-09 16:18:23 +0100
commit7e7495366c205b9d38626c0b314df03aca3e3926 (patch)
tree077fccf65d41306c59d4ac362d3665557c76c773 /python/tidy.py
parent31bdcbe7258cfa796b88505f5e29d75920e5c708 (diff)
downloadservo-7e7495366c205b9d38626c0b314df03aca3e3926.tar.gz
servo-7e7495366c205b9d38626c0b314df03aca3e3926.zip
Update the list of files tidy ignores.
The deque file was removed in favour of an external crate. The sync and sync_css directories are automatically created when updating the in-tree copies of the wpt and css tests.
Diffstat (limited to 'python/tidy.py')
-rw-r--r--python/tidy.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/tidy.py b/python/tidy.py
index 327271f6b55..2841d956a18 100644
--- a/python/tidy.py
+++ b/python/tidy.py
@@ -27,8 +27,6 @@ ignored_files = [
os.path.join(".", "resources", "hsts_preload.json"),
os.path.join(".", "tests", "wpt", "metadata", "MANIFEST.json"),
os.path.join(".", "tests", "wpt", "metadata-css", "MANIFEST.json"),
- # MIT license
- os.path.join(".", "components", "util", "deque", "mod.rs"),
# Hidden files
os.path.join(".", "."),
]
@@ -41,6 +39,8 @@ ignored_dirs = [
os.path.join(".", "tests", "wpt", "harness"),
os.path.join(".", "tests", "wpt", "update"),
os.path.join(".", "tests", "wpt", "web-platform-tests"),
+ os.path.join(".", "tests", "wpt", "sync"),
+ os.path.join(".", "tests", "wpt", "sync_css"),
os.path.join(".", "python", "mach"),
os.path.join(".", "components", "script", "dom", "bindings", "codegen", "parser"),
os.path.join(".", "components", "script", "dom", "bindings", "codegen", "ply"),