summaryrefslogtreecommitdiff
path: root/gnulib/modules/exclude
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/exclude')
m---------gnulib0
-rw-r--r--gnulib/modules/exclude29
2 files changed, 29 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/exclude b/gnulib/modules/exclude
new file mode 100644
index 0000000..b1f8399
--- /dev/null
+++ b/gnulib/modules/exclude
@@ -0,0 +1,29 @@
+Description:
+Manage list of filenames or wildcard patterns for --exclude option processing.
+
+Files:
+lib/exclude.h
+lib/exclude.c
+
+Depends-on:
+fnmatch
+hash
+mbscasecmp
+mbuiter
+stdbool
+verify
+xalloc
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += exclude.c
+
+Include:
+"exclude.h"
+
+License:
+GPL
+
+Maintainer:
+Paul Eggert