From 61ee774f662d8d790bcdc037086776c23ca2c70a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 8 Dec 2006 09:32:33 +0000 Subject: [PATCH] * .cvsignore: Add .deps, gzexe, gzip, zdiff, zforce, zgrep, zless, zmore, znew. * doc/.cvsignore: Add Makefile. * lib/.cvsignore: Add .deps, Makefile, alloca.h, config.h, fcntl.h, stamp-h1, stdint.h, sys. --- .cvsignore | 9 +++++++++ ChangeLog | 6 ++++++ doc/.cvsignore | 1 + lib/.cvsignore | 8 ++++++++ 4 files changed, 24 insertions(+) diff --git a/.cvsignore b/.cvsignore index 81cdb5a..0bd1f9f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,6 +2,7 @@ *.doc *.lineno *.log +.deps INSTALL Makefile Makefile.in @@ -9,4 +10,12 @@ aclocal.m4 build-aux config.status configure +gzexe +gzip gzip-* +zdiff +zforce +zgrep +zless +zmore +znew diff --git a/ChangeLog b/ChangeLog index 6b459df..d7850e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2006-12-08 Paul Eggert + * .cvsignore: Add .deps, gzexe, gzip, zdiff, zforce, zgrep, + zless, zmore, znew. + * doc/.cvsignore: Add Makefile. + * lib/.cvsignore: Add .deps, Makefile, alloca.h, config.h, fcntl.h, + stamp-h1, stdint.h, sys. + * configure.ac (for assembler): Set ASFLAGS_config to -Wa,--noexecstack if this seems advisable on this platform. Problem reported by Mike Frysinger in diff --git a/doc/.cvsignore b/doc/.cvsignore index 197e36f..046abdf 100644 --- a/doc/.cvsignore +++ b/doc/.cvsignore @@ -1,4 +1,5 @@ *.info* +Makefile Makefile.in fdl.texi stamp-vti diff --git a/lib/.cvsignore b/lib/.cvsignore index e294ec3..fc40058 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -1,6 +1,10 @@ +.deps +Makefile Makefile.in alloca.c +alloca.h alloca_.h +config.h config.hin creat-safer.c dup-safer.c @@ -11,6 +15,7 @@ exitfail.c exitfail.h fcntl--.h fcntl-safer.h +fcntl.h fcntl_.h fd-safer.c getdelim.c @@ -37,15 +42,18 @@ regex_internal.c regex_internal.h regexec.c rpmatch.c +stamp-h1 stat-time.h stat_.h stdbool_.h +stdint.h stdint_.h strcase.h strcasecmp.c strncasecmp.c strnlen1.c strnlen1.h +sys timespec.h unistd--.h unistd-safer.h -- 2.47.2