7 lines
288 B
Plaintext
7 lines
288 B
Plaintext
python3-pathspec (Library for gitignore style matching of file paths)
|
|
|
|
pathspec is a utility library for pattern matching of file paths. So
|
|
far this only includes Git's wildmatch pattern matching which itself
|
|
is derived from Rsync's wildmatch. Git uses wildmatch for its
|
|
gitignore files.
|