diff options
Diffstat (limited to 'python/tidy.py')
-rw-r--r-- | python/tidy.py | 3 |
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/*", |