-
-
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
Inconsistent interpretation of .gitignore #79
Comments
This looks like a duplicate of some bugs I've fixed recently, specifically with respect to anchored patterns such as |
I can indeed confirm that this is fixed in current master:
Specifically, this is a dupe of #25. |
ok, thanks! I'll update. On Sun, Sep 25, 2016 at 8:33 PM, Andrew Gallant notifications@github.com
|
Hi!
First things first, great work on rg, it's amazingly fast :)
I got an issue with .gitignore usage, here's how you can reproduce:
src/
subdirectorygrep
:rg
:rg --no-ignore
:The
.gitignore
file contains/test/
at line 84 so rg should ignore<ROOT>/test/
, not<ROOT>/src/test
.The text was updated successfully, but these errors were encountered: