aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pathspec/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-09-24 00:07:29 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-09-25 13:59:43 +0700
commita3ec7d03a99a60085e5a2828ee7f521d6ec8b398 (patch)
tree029be565df3bde36118ec579e801500314c193c2 /python/python3-pathspec/README
parente4b966ed92c4281bca32f60c998dfff944c4d874 (diff)
python/python3-pathspec: Added (gitignore style matching of paths)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pathspec/README')
-rw-r--r--python/python3-pathspec/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-pathspec/README b/python/python3-pathspec/README
new file mode 100644
index 0000000000000..9d82dd16247e9
--- /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.