aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pathspec/README
diff options
context:
space:
mode:
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 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.