diff options
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/*", ] |