We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.8.1.
Fedora repo package.
Fedora 28.
I'm getting the following warning:
.gitignore: line 7: error parsing glob '**.sw[po]': invalid use of **; must be one path component
By looking at the gitignore man page, I assume the correct way to write this would be **/*.sw[po], but git seems to accept both versions.
**/*.sw[po]
The text was updated successfully, but these errors were encountered:
This one sure is popular
#1080 #945 #859 #507 #373
Sorry, something went wrong.
Yup. There are a number of issues for this, so closing as a duplicate.
FYI, if your don't want to see error messages from parsing ignore files, you can use --no-ignore-messages.
--no-ignore-messages
No branches or pull requests
What version of ripgrep are you using?
0.8.1.
How did you install ripgrep?
Fedora repo package.
What operating system are you using ripgrep on?
Fedora 28.
Describe your question, feature request, or bug.
I'm getting the following warning:
By looking at the gitignore man page, I assume the correct way to write this would be
**/*.sw[po]
, but git seems to accept both versions.The text was updated successfully, but these errors were encountered: