From: Paul Eggert Date: Tue, 29 Nov 2005 19:39:06 +0000 (+0000) Subject: * lib/.cvsignore: Add malloc.h, regcomp.c, regex.c, regex.h, X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=3fbdf738dea0a84dc96d490dc4895ccdbfc8fc37 * lib/.cvsignore: Add malloc.h, regcomp.c, regex.c, regex.h, regex_internal.c, regex_internal.h, regexc.c; used by rpmatch. --- diff --git a/ChangeLog b/ChangeLog index 8301e93..d2cdc6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,6 +35,9 @@ Do not reset atime if mtime has changed. Report an error if we cannot reset atime. + * lib/.cvsignore: Add malloc.h, regcomp.c, regex.c, regex.h, + regex_internal.c, regex_internal.h, regexc.c; used by rpmatch. + 2005-11-29 Ian Turner First cut at adding support for --atime-preserve=system. diff --git a/lib/.cvsignore b/lib/.cvsignore index e49a79a..ff76eb2 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -85,6 +85,7 @@ lchown.h localcharset.c localcharset.h localedir.h +malloc.c mbchar.c mbchar.h mbuiter.h @@ -122,6 +123,12 @@ ref-add.sed ref-add.sin ref-del.sed ref-del.sin +regcomp.c +regex.c +regex.h +regex_internal.c +regex_internal.h +regexec.c rmdir.c rmt.h rpmatch.c