You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ignore): fallback matcher matches non-anchored dir patterns at any depth (refs #271)
_FnmatchMatcher (used when pathspec is absent) only matched non-anchored
dir patterns (target/, build/, dist/) at the workspace root, so nested
build dirs like src/target/debug were not ignored. Match non-anchored dir
patterns against every sub-path at segment boundaries — whole-segment, so
build/ still does not match build-tools/. Fixes test_actual_target_dir_is_ignored.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments