From f6b6687e539d4337fd0479874042f493cd19f810 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Thu, 4 Dec 2014 22:21:10 -0800 Subject: [PATCH] Make tidy ingore new target dir --- python/tidy.py | 1 + 1 file changed, 1 insertion(+) 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/*", ]