Ignore sync directories in test-tidy.

This commit is contained in:
Ms2ger 2015-11-10 10:29:26 +01:00
parent 32a91bc656
commit 026994e4be

View file

@ -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", "*"),