summaryrefslogtreecommitdiffstats
path: root/python/python3-pathspec/README
blob: 9d82dd16247e9d065c9dd8021f5d74c6320e4fbf (plain)
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.