-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
user guide should anticipate common failure mode (* in $HOME/.gitignore) #815
Comments
The debug output explains it: You can control which ignore files I wonder if it would make sense for there to be an option to make |
Thanks for quick response @okdana, Yes I do have a legacy .gitignore in my ~/ and I completely forgot all about it. |
This should actually be the current behavior: Lines 615 to 644 in 9b7f420
The problem here is that the guide instructs folks to download a zip containing the source, which, when unpacked, isn't actually a git directory. |
Oh, lol. Well then. |
I'm going to re-open this. I think the |
This adds a hint for end users that run into a common failure mode where ripgrep won't search any files because they have a `*` rule in their `$HOME/.gitignore`. Fixes #815
What version of ripgrep are you using?
ripgrep 0.8.0 (rev )
-SIMD -AVX
What operating system are you using ripgrep on?
macOS High Sierra
10.13.3
Bug report
First time on ripgrep, following User Guide
but recursive search does not work !
The text was updated successfully, but these errors were encountered: