Make tidy ingore new target dir

This commit is contained in:
Manish Goregaokar 2014-12-04 22:21:10 -08:00
parent 019c55343d
commit f6b6687e53

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/*",
]