Allow to specify glob pattern for ignored directories in servo-tidy.toml

This commit is contained in:
marmeladema 2019-10-22 22:21:16 +01:00
parent 00cf7452ef
commit 76ff22f5d0
2 changed files with 5 additions and 3 deletions

View file

@ -91,7 +91,7 @@ directories = [
"./python/tidy/servo_tidy_tests",
"./components/script/dom/bindings/codegen/parser",
"./components/script/dom/bindings/codegen/ply",
"./python/_virtualenv",
"./python/_virtualenv*",
"./components/hashglobe/src",
# Generated and upstream code combined with our own. Could use cleanup
"./target",