diff --git a/python/tidy.py b/python/tidy.py index 35b4f230dbb..b7a80d6ef81 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"),