(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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |