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