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

Add tilde ('~') character support #15

Closed
wants to merge 1 commit into from

Conversation

ming4883
Copy link

@ming4883 ming4883 commented Jan 4, 2017

Although ~ has special functions on Linux (see GLOB_TILDE in http://man7.org/linux/man-pages/man3/glob.3.html), it is commonly used in ignore patterns. For example, Unity use *~/ as hidden folders (see Hidden Assets in https://docs.unity3d.com/Manual/SpecialFolders.html).

Please add the support of this character in DotNet Glob.

Although ~ has special functions on Linux (see GLOB_TILDE in http://man7.org/linux/man-pages/man3/glob.3.html), it is commonly used in ignore patterns. For example, Unity use *~/ as hidden folders (see Hidden Assets in  https://docs.unity3d.com/Manual/SpecialFolders.html).

Please add the support of this character in DotNet Glob.
Copy link
Owner

@dazinator dazinator left a comment

Choose a reason for hiding this comment

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

LGTM thanks for the PR. I will get this released as a hotfix.

@dazinator dazinator closed this in 69e604d Jan 5, 2017
@dazinator
Copy link
Owner

fixed in latest stable nuget release (version 1.4.2) let me know if any problems.
Thanks again.

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