Set whether to include ignored files.
(mut self, include: bool)
| 724 | |
| 725 | /// Set whether to include ignored files. |
| 726 | pub fn with_ignored(mut self, include: bool) -> Self { |
| 727 | self.include_ignored = include; |
| 728 | self |
| 729 | } |
| 730 | } |
| 731 | |
| 732 | // Helper Functions |
no outgoing calls