Package org.eclipse.jgit.ignore
Ignore rule parser/matcher (for .gitignore entries).
-
Class Summary Class Description FastIgnoreRule "Fast" (compared with IgnoreRule) git ignore rule implementation supporting also double star**
pattern.
IgnoreNode Represents a bundle of ignore rules inherited from a base directory.IgnoreRule Deprecated. this rule does not support double star pattern and is slow parsing glob expressions. -
Enum Summary Enum Description IgnoreNode.MatchResult Result fromIgnoreNode.isIgnored(String, boolean)
.