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

Ignore files patterns not working in some cases #2

Open
panchilo opened this issue Sep 7, 2014 · 0 comments
Open

Ignore files patterns not working in some cases #2

panchilo opened this issue Sep 7, 2014 · 0 comments
Assignees
Labels

Comments

@panchilo
Copy link
Owner

panchilo commented Sep 7, 2014

The Wildcard Class that I used to transform a file wildcard pattern (*.pp, readme.???, etc.) to a Regex doesn't work very well with some patterns. For example, having a pattern like *.pp with match files like "ISomeInterface.cs.pp" but it will also match file names like "SomeClass.pp.cs". This is not a big issue because I can't think of a good example where someone would like to use ".pp" and then continuing the file name with something else, specially in the html front-end world. But it's definitely something to fix.

@panchilo panchilo added the bug label Sep 7, 2014
@panchilo panchilo self-assigned this Sep 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant