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
We were erroneously neglecting to prefix a pattern like `foo/`
with `**/` (to make `**/foo/`) because it had a slash in it. In fact, the
only reason to neglect a **/ prefix is if the pattern already starts
with **/, or if the pattern is absolute.
Fixes#16, #49, #50, #65
We were erroneously neglecting to prefix a pattern like `foo/`
with `**/` (to make `**/foo/`) because it had a slash in it. In fact, the
only reason to neglect a **/ prefix is if the pattern already starts
with **/, or if the pattern is absolute.
FixesBurntSushi#16, BurntSushi#49, BurntSushi#50, BurntSushi#65
Depending on the path parameter supplied to ripgrep on the commandline .gitignore patterns are ignored.
Setup:
When run with
test
as path parameter thebar
directory is not ignored.When run inside test it is correctly ignored:
The text was updated successfully, but these errors were encountered: