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

More forgiveness regarding whitespaces? #101

Closed
gjtorikian opened this issue Oct 27, 2012 · 2 comments
Closed

More forgiveness regarding whitespaces? #101

gjtorikian opened this issue Oct 27, 2012 · 2 comments

Comments

@gjtorikian
Copy link
Contributor

I just noticed that an agignore file, with a whitespace after the file name, is not properly ignored.

For example:

test1.js\s

It needs to be

test1.js$
@ggreer
Copy link
Owner

ggreer commented Nov 8, 2012

It looks like git is strict about trailing spaces in ignore files, but mercurial and subversion aren't. I prefer the forgiving behavior.

@ggreer
Copy link
Owner

ggreer commented Nov 8, 2012

I'm pretty sure that does the trick.

@ggreer ggreer closed this as completed Nov 10, 2012
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

No branches or pull requests

2 participants