Package org.eclipse.jgit.ignore
package org.eclipse.jgit.ignore
Ignore rule parser/matcher (for .gitignore entries).
-
ClassDescription"Fast" (compared with IgnoreRule) git ignore rule implementation supporting also double star
**
pattern.Represents a bundle of ignore rules inherited from a base directory.Result fromIgnoreNode.isIgnored(String, boolean)
.Generic path matcher.