Skip to content

Commit

Permalink
Add rustc-ice default ignore (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod authored Aug 29, 2023
1 parent b905a3f commit f8f8c51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ pub fn set_ignores(builder: &mut ConfigBuilder, matches: &ArgMatches) {
format!("*{s}*.db-journal{s}**", s = MAIN_SEPARATOR),
// Rust
format!("*{s}target{s}**", s = MAIN_SEPARATOR),
"rustc-ice-*.txt".into(),
];

debug!("Default ignores: {:?}", list);
Expand Down

0 comments on commit f8f8c51

Please sign in to comment.