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

The dot in regex patterns matches any character, while it should match just '.' #34

Closed
jponttuset opened this issue Jan 6, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jponttuset
Copy link
Collaborator

Patterns of files to delete contain a dot (e.g. ^.idea). The dot matches any character when used in a regex, not the character . as expected.

This makes some files such as rideaustin.tex to be ignored, because it matches the pattern ^.idea.

This was found thanks to the comment of @nikhgarg in issue #30, and their source files.

@jponttuset jponttuset added the bug Something isn't working label Jan 6, 2021
@jponttuset jponttuset self-assigned this Jan 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant