Auto merge of #8451 - Ms2ger:tidy-sync, r=frewsxcv

Ignore sync directories in test-tidy.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8451)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-11-10 18:44:20 +05:30
commit 6772461002

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