Method | Description | |
---|---|---|
CreateFilter ( ) : IFileSystemChangeFilter | ||
GitIgnoreParser ( IEnumerable |
||
GitIgnoreParser ( string pathToGitIgnoreFile ) : System.Collections.Generic |
Method | Description | |
---|---|---|
CreatePatternMatcher ( string pattern ) : IMatcher | ||
IsBlankLine ( string line ) : bool |
A blank line matches no files, so it can serve as a separator for readability.
|
|
IsCommentedLine ( string line ) : bool |
A line starting with # serves as a comment.
|
|
IsNegatedPattern ( string line ) : bool |
An optional prefix ! which negates the pattern; any matching file excluded by a previous pattern will become included again. If a negated pattern matches, this will override lower precedence patterns sources.
|
public CreateFilter ( ) : IFileSystemChangeFilter | ||
return | IFileSystemChangeFilter |
public GitIgnoreParser ( IEnumerable |
||
input | IEnumerable |
|
return | System.Collections.Generic |
public GitIgnoreParser ( string pathToGitIgnoreFile ) : System.Collections.Generic | ||
pathToGitIgnoreFile | string | |
return | System.Collections.Generic |