Package | Description |
---|---|
org.eclipse.jgit.ignore |
Ignore rule parser/matcher (for .gitignore entries).
|
Modifier and Type | Method and Description |
---|---|
List<FastIgnoreRule> |
IgnoreNode.getRules()
Get list of all ignore rules held by this node
|
Constructor and Description |
---|
IgnoreNode(List<FastIgnoreRule> rules)
Create an ignore node with given rules.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.