-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
gitignore inconsistencies #782
Comments
I haven't checked explicitly, but this seems the only thing. At first I thought a gitignore file in the parent directory was not picked up, but the issue was the absent / in the gitignore file. |
Thanks for the report. Did you see inconsistencies other than this one (path not starting with a |
This should be fixed with #792. Tests would be welcome. |
Works like a charm, thanks! |
what kind of gitignore parsing approach is being used? Because I'm seeing inconsistencies, for example:
this works:
/foo/bar/baz.txt
but this does not:
foo/bar/baz.txt
while git status is fine with both. Any idea?
The text was updated successfully, but these errors were encountered: