Show More
@@ -557,10 +557,12 b' where' | |||
|
557 | 557 | .unwrap(); |
|
558 | 558 | } |
|
559 | 559 | } else if self.is_ignored(&filename) && self.options.list_ignored { |
|
560 | if self.matcher.matches(&filename) { | |
|
560 | 561 | files_sender |
|
561 | 562 | .send((filename.to_owned(), Dispatch::Ignored)) |
|
562 | 563 | .unwrap(); |
|
563 | 564 | } |
|
565 | } | |
|
564 | 566 | } else if let Some(entry) = entry_option { |
|
565 | 567 | // Used to be a file or a folder, now something else. |
|
566 | 568 | if self.matcher.matches_everything() |
General Comments 0
You need to be logged in to leave comments.
Login now