(convert pattern)
Converts a Git-style ignore pattern into the equivalent pattern that Java PathMatcher uses.
Converts a Git-style ignore pattern into the equivalent pattern that Java PathMatcher uses.
(find-ignore-files dir)
Finds ignore files in the local directory and the system.
Finds ignore files in the local directory and the system.
(glob? path patterns)
Does path match any of the glob patterns.
See FileSystem/getPathMatcher for a description of the patterns, these are similar but not the same as typical shell glob patterns.
Does path match any of the glob patterns. See [FileSystem/getPathMatcher](https://docs.oracle.com/javase/7/docs/api/java/nio/file/FileSystem.html#getPathMatcher(java.lang.String)) for a description of the patterns, these are similar but not the same as typical shell glob patterns.
(merge-ignore-files dir)
Combines and parses ignore files.
Combines and parses ignore files.
(parse-ignore-file file)
Parses an individual ignore file.
Parses an individual ignore file.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close