diff options
Diffstat (limited to 'python/tidy.py')
-rw-r--r-- | python/tidy.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/tidy.py b/python/tidy.py index a63afba3d78..327271f6b55 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -35,7 +35,8 @@ ignored_files = [ ignored_dirs = [ # Upstream - os.path.join(".", "support"), + os.path.join(".", "support", "android", "apk"), + os.path.join(".", "support", "rust-task_info"), os.path.join(".", "tests", "wpt", "css-tests"), os.path.join(".", "tests", "wpt", "harness"), os.path.join(".", "tests", "wpt", "update"), |