diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2014-12-04 22:21:10 -0800 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2014-12-04 22:21:42 -0800 |
commit | f6b6687e539d4337fd0479874042f493cd19f810 (patch) | |
tree | 920a44feb0e330ce39c736148b36381caacf18b9 /python | |
parent | 019c55343d668e046b64532b790ebb0b0745bca3 (diff) | |
download | servo-f6b6687e539d4337fd0479874042f493cd19f810.tar.gz servo-f6b6687e539d4337fd0479874042f493cd19f810.zip |
Make tidy ingore new target dir
Diffstat (limited to 'python')
-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/*", ] |