Skip to content

Commit

Permalink
add target/ to ignored tidy dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Jan 18, 2018
1 parent 0f9c784 commit 005791b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/tidy/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}
Expand Down

0 comments on commit 005791b

Please sign in to comment.