From c143eebab595c7a8a4b719cac38b2190c899fa40 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 5 Feb 2007 21:35:47 +0000 Subject: [PATCH] * .cvsignore: Add *.gz, gunzip, zcat, zcmp, zegrep, zfgrep. * lib/.cvsignore: Add sys_time_.h, unistd_.h. * m4/.cvsignore: Add gnulib-common.m4, sys_time_h.m4. --- .cvsignore | 6 ++++++ ChangeLog | 4 ++++ lib/.cvsignore | 2 ++ m4/.cvsignore | 2 ++ 4 files changed, 14 insertions(+) diff --git a/.cvsignore b/.cvsignore index 0bd1f9f..f3ea3c0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,5 +1,6 @@ *.cache *.doc +*.gz *.lineno *.log .deps @@ -10,10 +11,15 @@ aclocal.m4 build-aux config.status configure +gunzip gzexe gzip gzip-* +zcat +zcmp zdiff +zegrep +zfgrep zforce zgrep zless diff --git a/ChangeLog b/ChangeLog index f35fb0d..6eff75f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-02-05 Paul Eggert + * .cvsignore: Add *.gz, gunzip, zcat, zcmp, zegrep, zfgrep. + * lib/.cvsignore: Add sys_time_.h, unistd_.h. + * m4/.cvsignore: Add gnulib-common.m4, sys_time_h.m4. + * gunzip.in, zcat.in, zcmp.in, zegrep.in, zfgrep.in: New files. * Makefile.am (EXTRA_DIST): Add them. (bin_SCRIPTS, MOSTLYCLEANFILES): Add gunzip, zcat, zcmp, zdgrep, zfgrep. diff --git a/lib/.cvsignore b/lib/.cvsignore index fc40058..fb0931a 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -54,9 +54,11 @@ strncasecmp.c strnlen1.c strnlen1.h sys +sys_time_.h timespec.h unistd--.h unistd-safer.h +unistd_.h utimens.c utimens.h wcwidth.h diff --git a/m4/.cvsignore b/m4/.cvsignore index e2be807..207a9da 100644 --- a/m4/.cvsignore +++ b/m4/.cvsignore @@ -10,6 +10,7 @@ getdelim.m4 getline.m4 getopt.m4 gnulib-cache.m4 +gnulib-common.m4 gnulib-comp.m4 gnulib-tool.m4 inline.m4 @@ -26,6 +27,7 @@ stdbool.m4 stdint.m4 strcase.m4 sys_stat_h.m4 +sys_time_h.m4 timespec.m4 ulonglong.m4 unistd-safer.m4 -- 2.47.2