aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy.py
diff options
context:
space:
mode:
authorJack Moffitt <jack@metajack.im>2015-06-08 16:09:08 -0600
committerJack Moffitt <jack@metajack.im>2015-06-15 11:48:47 -0600
commita0237085c6894cc781bc99469a735206e1e6b127 (patch)
treef0f391d0f60e64b725a078bce2be17ca0bd77633 /python/tidy.py
parentce30807be594d62b75772eac6356f84089a18c09 (diff)
downloadservo-a0237085c6894cc781bc99469a735206e1e6b127.tar.gz
servo-a0237085c6894cc781bc99469a735206e1e6b127.zip
Use Cargo's target directory sharing.
This speeds up `./mach build --dev` followed by `./mach build-cef` by a large amount, and also speeds up other build combos found in our CI.
Diffstat (limited to 'python/tidy.py')
-rw-r--r--python/tidy.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/tidy.py b/python/tidy.py
index 6f4dc9778e8..75b372995e1 100644
--- a/python/tidy.py
+++ b/python/tidy.py
@@ -36,8 +36,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/*",
- "ports/gonk/target/*",
+ "target/*",
"ports/gonk/src/native_window_glue.cpp",
"ports/cef/*",