mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
28 lines
325 B
Plaintext
28 lines
325 B
Plaintext
Description:
|
|
Manage list of filenames or wildcard patterns for --exclude option processing.
|
|
|
|
Files:
|
|
lib/exclude.h
|
|
lib/exclude.c
|
|
m4/exclude.m4
|
|
|
|
Depends-on:
|
|
xalloc
|
|
strcase
|
|
unlocked-io
|
|
fnmatch-gnu
|
|
stdbool
|
|
|
|
configure.ac:
|
|
gl_EXCLUDE
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += exclude.h exclude.c
|
|
|
|
Include:
|
|
"exclude.h"
|
|
|
|
Maintainer:
|
|
Paul Eggert
|
|
|