aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2014-12-04 22:21:10 -0800
committerManish Goregaokar <manishsmail@gmail.com>2014-12-04 22:21:42 -0800
commitf6b6687e539d4337fd0479874042f493cd19f810 (patch)
tree920a44feb0e330ce39c736148b36381caacf18b9 /python
parent019c55343d668e046b64532b790ebb0b0745bca3 (diff)
downloadservo-f6b6687e539d4337fd0479874042f493cd19f810.tar.gz
servo-f6b6687e539d4337fd0479874042f493cd19f810.zip
Make tidy ingore new target dir
Diffstat (limited to 'python')
-rw-r--r--python/tidy.py1
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/*",
]