From a3ec7d03a99a60085e5a2828ee7f521d6ec8b398 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Sat, 24 Sep 2022 00:07:29 +0100 Subject: python/python3-pathspec: Added (gitignore style matching of paths) Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pathspec/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/python3-pathspec/README (limited to 'python/python3-pathspec/README') diff --git a/python/python3-pathspec/README b/python/python3-pathspec/README new file mode 100644 index 0000000000..9d82dd1624 --- /dev/null +++ b/python/python3-pathspec/README @@ -0,0 +1,6 @@ +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. -- cgit v1.2.3