add target/ to ignored tidy dirs

This commit is contained in:
Manish Goregaokar 2018-01-18 11:02:32 +05:30
parent 0f9c784751
commit 005791b33f
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ fn filter_dirs(path: &Path) -> bool {
"src/tools/miri",
"src/librustc/mir/interpret",
"src/librustc_mir/interpret",
"src/target",
];
skip.iter().any(|p| path.ends_with(p))
}