Method PrepareMatchers
PrepareMatchers(HashSet<string>)
Declaration
public static IEnumerable<GitIgnorePatternMatcher> PrepareMatchers(HashSet<string> patterns)
Parameters
Type | Name | Description |
---|---|---|
HashSet<string> | patterns |
Returns
Type | Description |
---|---|
IEnumerable<GitIgnorePatternMatcher> |
PrepareMatchers(IFluentLog, HashSet<string>)
Declaration
public static IEnumerable<GitIgnorePatternMatcher> PrepareMatchers(IFluentLog log, HashSet<string> patterns)
Parameters
Type | Name | Description |
---|---|---|
IFluentLog | log | |
HashSet<string> | patterns |
Returns
Type | Description |
---|---|
IEnumerable<GitIgnorePatternMatcher> |