diff options
author | Ms2ger <Ms2ger@gmail.com> | 2015-11-10 10:29:26 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2015-11-10 10:29:26 +0100 |
commit | 026994e4beea308ec987afd937140e3b41164617 (patch) | |
tree | 47bbb619bac0ec5481960229864e371e8a4347ba /python/tidy.py | |
parent | 32a91bc6566ab23318a902392ade7096ccbb9e36 (diff) | |
download | servo-026994e4beea308ec987afd937140e3b41164617.tar.gz servo-026994e4beea308ec987afd937140e3b41164617.zip |
Ignore sync directories in test-tidy.
Diffstat (limited to 'python/tidy.py')
-rw-r--r-- | python/tidy.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/tidy.py b/python/tidy.py index 44f7ba45b63..dd2ef9d29cc 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -25,6 +25,8 @@ ignored_files = [ os.path.join(".", "support", "*"), os.path.join(".", "tests", "wpt", "css-tests", "*"), os.path.join(".", "tests", "wpt", "harness", "*"), + os.path.join(".", "tests", "wpt", "sync", "*"), + os.path.join(".", "tests", "wpt", "sync_css", "*"), os.path.join(".", "tests", "wpt", "update", "*"), os.path.join(".", "tests", "wpt", "web-platform-tests", "*"), os.path.join(".", "python", "mach", "*"), |