| Package | Description |
|---|---|
| org.eclipse.jgit.ignore |
Ignore rule parser/matcher (for .gitignore entries).
|
| org.eclipse.jgit.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
| Class and Description |
|---|
| FastIgnoreRule
"Fast" (compared with IgnoreRule) git ignore rule implementation supporting
also double star
** pattern. |
| IgnoreNode.MatchResult
Result from
IgnoreNode.isIgnored(String, boolean). |
| Class and Description |
|---|
| IgnoreNode
Represents a bundle of ignore rules inherited from a base directory.
|