From: Paul Eggert Date: Tue, 5 Dec 2006 07:25:24 +0000 (+0000) Subject: * .cvsignore: Add *.doc, build-aux. X-Git-Tag: v1.3.12~50 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=f3c0a6029d9a9d30c659ef7fb45766a5f8a926e1;p=debian%2Fgzip * .cvsignore: Add *.doc, build-aux. * doc/.cvignore: New file. * lib/.cvsignore: New file. * m4/.cvsignore: New file. --- diff --git a/.cvsignore b/.cvsignore index 303454f..81cdb5a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,10 +1,12 @@ *.cache +*.doc *.lineno *.log INSTALL Makefile Makefile.in aclocal.m4 +build-aux config.status configure gzip-* diff --git a/ChangeLog b/ChangeLog index 8bf7830..8b43fa9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-12-04 Paul Eggert + + * .cvsignore: Add *.doc, build-aux. + * doc/.cvignore: New file. + * lib/.cvsignore: New file. + * m4/.cvsignore: New file. + 2006-12-01 Paul Eggert * doc/gzip.texi (Overview): Mention limits of gzip format's diff --git a/doc/.cvsignore b/doc/.cvsignore new file mode 100644 index 0000000..296cce8 --- /dev/null +++ b/doc/.cvsignore @@ -0,0 +1,4 @@ +*.info* +Makefile.in +stamp-vti +version.texi diff --git a/lib/.cvsignore b/lib/.cvsignore new file mode 100644 index 0000000..5ac66af --- /dev/null +++ b/lib/.cvsignore @@ -0,0 +1,3 @@ +Makefile.in +config.hin +gnulib.mk diff --git a/m4/.cvsignore b/m4/.cvsignore new file mode 100644 index 0000000..a79e4cb --- /dev/null +++ b/m4/.cvsignore @@ -0,0 +1,2 @@ +gnulib-cache.m4 +gnulib-comp.m4