>From de4fe1b52a0a3dc34860deed0ee38141f3635f52 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 19 Sep 2017 09:51:50 -0700 Subject: [PATCH 2/7] maint: update .gitignore for recent Gnulib --- lib/.gitignore | 30 ++++++++++++++++++++---------- m4/.gitignore | 14 ++++++++++---- 2 files changed, 30 insertions(+), 14 deletions(-) diff --git a/lib/.gitignore b/lib/.gitignore index b39c680..4df1a38 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -1,6 +1,7 @@ .deps /Makefile /Makefile.in +/_Noreturn.h /alloca.h /alloca.in.h /asnprintf.c @@ -8,7 +9,6 @@ /at-func.c /basename-lgpl.c /calloc.c -/charset.alias /chdir-long.c /chdir-long.h /cloexec.c @@ -17,7 +17,6 @@ /closedir.c /config.h /config.hin -/configmake.h /creat-safer.c /dirent--.h /dirent-private.h @@ -28,6 +27,7 @@ /dirname-lgpl.c /dirname.h /dosname.h +/dup-safer-flag.c /dup-safer.c /dup.c /dup2.c @@ -46,6 +46,7 @@ /fcntl.in.h /fd-hook.c /fd-hook.h +/fd-safer-flag.c /fd-safer.c /fdatasync.c /fdopendir.c @@ -75,11 +76,18 @@ /ftello.c /getcwd-lgpl.c /getdtablesize.c +/getopt-cdefs.in.h +/getopt-core.h +/getopt-ext.h +/getopt-pfx-core.h +/getopt-pfx-ext.h /getopt.c /getopt.h /getopt.in.h /getopt1.c /getopt_int.h +/getprogname.c +/getprogname.h /gettext.h /gettime.c /gettimeofday.c @@ -97,9 +105,15 @@ /itold.c /libgzip.a /limits.h +/limits.in.h +/localtime-buffer.c +/localtime-buffer.h /lseek.c /lstat.c /malloc.c +/malloca.c +/malloca.h +/malloca.valgrind /math.c /math.h /math.in.h @@ -135,8 +149,6 @@ /printf.c /readdir.c /realloc.c -/ref-add.sed -/ref-del.sed /rmdir.c /save-cwd.c /save-cwd.h @@ -149,6 +161,8 @@ /stamp-h1 /stat-time.c /stat-time.h +/stat-w32.c +/stat-w32.h /stat.c /statat.c /stdbool.h @@ -172,9 +186,7 @@ /string.in.h /stripslash.c /sys -/sys_stat.h /sys_stat.in.h -/sys_time.h /sys_time.in.h /sys_types.in.h /time.h @@ -189,6 +201,8 @@ /unlink.c /unlinkat.c /unused-parameter.h +/utime.c +/utime.in.h /utimens.c /utimens.h /vasnprintf.c @@ -197,7 +211,6 @@ /vfprintf.c /wchar.h /wchar.in.h -/wctype.h /xalloc-die.c /xalloc-oversized.h /xalloc.h @@ -206,6 +219,3 @@ /xsize.h /yesno.c /yesno.h -/getprogname.c -/getprogname.h -/limits.in.h diff --git a/m4/.gitignore b/m4/.gitignore index 286888d..38ebad0 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -14,6 +14,7 @@ /double-slash-root.m4 /dup.m4 /dup2.m4 +/eealloc.m4 /errno_h.m4 /error.m4 /exponentd.m4 @@ -49,6 +50,7 @@ /getcwd.m4 /getdtablesize.m4 /getopt.m4 +/getprogname.m4 /gettime.m4 /gettimeofday.m4 /gnu-make.m4 @@ -68,11 +70,15 @@ /lib-ld.m4 /lib-link.m4 /lib-prefix.m4 +/limits-h.m4 +/localtime-buffer.m4 /lock.m4 /longlong.m4 /lseek.m4 /lstat.m4 /malloc.m4 +/malloca.m4 +/manywarnings-c++.m4 /manywarnings.m4 /math_h.m4 /memchr.m4 @@ -85,6 +91,7 @@ /multiarch.m4 /nocrash.m4 /off_t.m4 +/open-cloexec.m4 /open.m4 /openat.m4 /opendir.m4 @@ -94,6 +101,7 @@ /printf-frexpl.m4 /printf-posix-rpl.m4 /printf.m4 +/pthread_rwlock_rdlock.m4 /readdir.m4 /realloc.m4 /rmdir.m4 @@ -126,7 +134,8 @@ /unistd_h.m4 /unlink.m4 /unlinkat.m4 -/utimbuf.m4 +/utime.m4 +/utime_h.m4 /utimens.m4 /utimes.m4 /vasnprintf.m4 @@ -139,6 +148,3 @@ /xalloc.m4 /xsize.m4 /yesno.m4 -/getprogname.m4 -/limits-h.m4 -/pthread_rwlock_rdlock.m4 -- 2.13.5