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

Skip UTF8 BOM in ignore files #5075

Merged
merged 2 commits into from
May 21, 2019
Merged

Skip UTF8 BOM in ignore files #5075

merged 2 commits into from
May 21, 2019

Conversation

ethomson
Copy link
Member

When parsing an ignore or attribute file, we should skip a UTF8 BOM.

Fixes #5071

Ensure that we can read and parse an ignore file with a UTF8 BOM.
Copy link
Member

@pks-t pks-t left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks!

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.

.gitignore parsing: BOM not skipped
2 participants