Skip to content

Improve file ignoring - #13

Merged
issy merged 4 commits into
mainfrom
ignore-files
Jun 30, 2026
Merged

Improve file ignoring#13
issy merged 4 commits into
mainfrom
ignore-files

Conversation

@issy

@issy issy commented Jun 30, 2026

Copy link
Copy Markdown
Owner

exclude_dirs is currently implemented in a very basic way. It can match against directory names in the base directory, but that's as far as it goes. Ideally this would behave similarly to .gitignore, where you can provide glob patterns that apply to any section of the path.

The ignore crate does this well, so let's integrate it into the program.

#9

@issy
issy marked this pull request as ready for review June 30, 2026 14:36
@issy
issy merged commit 611a9b6 into main Jun 30, 2026
11 checks passed
@issy
issy deleted the ignore-files branch June 30, 2026 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant