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

Adjust ignore method to accept/define ignore pattern as multiple arguments #11

Merged
merged 1 commit into from
Sep 23, 2013

Conversation

mrdougal
Copy link
Contributor

The ignore method (in config) only takes one argument, so need to call it multiple times (if want to define more than one ignore pattern)

ignore('foo')
ignore('bar')

This patch allows the ignore pattern to be define through multiple parameters, or as an array

ignore('foo','bar')

or alternatively

ignore(['foo','bar'])

…ments or as an array.

Ignore only takes one argument, so need to call it multiple times (if want to define more than one ignore pattern)

Signed-off-by: Dougal MacPherson <dougal@jtribe.com.au>
mdub added a commit that referenced this pull request Sep 23, 2013
Adjust ignore method to accept/define ignore pattern as multiple arguments
@mdub mdub merged commit f6c40e3 into mdub:master Sep 23, 2013
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.

None yet

2 participants