Skip to content
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

Fix regex match for ignored file #1411

Merged
merged 1 commit into from
Dec 9, 2016

Conversation

ferd
Copy link
Collaborator

@ferd ferd commented Dec 9, 2016

The regex mistakenly matched too many files (any character followed by
an underscore) rather than only files starting in '._'

This properly escapes the expressions to work in all cases.

Fixes #1410

The regex mistakenly matched too many files (any character followed by
an underscore) rather than only files starting in '._'

This properly escapes the expressions to work in all cases.
@talentdeficit talentdeficit merged commit ca4c7f4 into erlang:master Dec 9, 2016
@talentdeficit
Copy link
Contributor

gonna merge this for now as it's a pretty critical fix but we should add a regression test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants