diff options
author | bors-servo <metajack+bors@gmail.com> | 2014-12-05 00:49:10 -0700 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2014-12-05 00:49:10 -0700 |
commit | a451a3bdb5bd37dc671dcb24b80f869ad6a82010 (patch) | |
tree | 196442d0b16dc1158520037a19e3368d9f8cf902 | |
parent | 590c6e841bb39c6dd5fdfc8434b722f170bcb4a4 (diff) | |
parent | f6b6687e539d4337fd0479874042f493cd19f810 (diff) | |
download | servo-a451a3bdb5bd37dc671dcb24b80f869ad6a82010.tar.gz servo-a451a3bdb5bd37dc671dcb24b80f869ad6a82010.zip |
auto merge of #4240 : Manishearth/servo/tidy, r=SimonSapin
-rw-r--r-- | python/tidy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tidy.py b/python/tidy.py index 0fc71ac3134..54901fd9b02 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -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/*", ] |