servo: Merge #4240 - Make tidy ingore new target dir (from Manishearth:tidy); r=SimonSapin

Source-Repo: https://github.com/servo/servo
Source-Revision: a451a3bdb5bd37dc671dcb24b80f869ad6a82010
This commit is contained in:
Manish Goregaokar
2014-12-05 00:49:10 -07:00
parent 823214b43f
commit b0d21c9484

View File

@@ -24,6 +24,7 @@ ignored_files = [
# Generated and upstream code combined with our own. Could use cleanup
"components/script/dom/bindings/codegen/*",
"components/style/properties/mod.rs",
"components/servo/target/*",
]