From 3d63c453d564a4e4d456a868beef8bcbd6e9abb2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 19 Jan 2007 23:28:03 +0100 Subject: [lib/ChangeLog] * .cvsignore, .gitignore: Add sys, as well as more bootstrap-inserted file names. [m4/ChangeLog] * .cvsignore, .gitignore: Add more bootstrap-inserted file names. --- lib/.cvsignore | 12 ++++++++++++ lib/.gitignore | 16 ++++++++++++++++ lib/ChangeLog | 5 +++++ m4/.cvsignore | 2 ++ m4/.gitignore | 2 ++ m4/ChangeLog | 4 ++++ 6 files changed, 41 insertions(+) diff --git a/lib/.cvsignore b/lib/.cvsignore index f31e3d510..fb5f9e0ea 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -52,6 +52,8 @@ diacrit.c diacrit.h dirchownmod.c dirchownmod.h +dirent.h +dirent_.h dirfd.c dirfd.h dirname.c @@ -67,6 +69,7 @@ exclude.h exit.h exitfail.c exitfail.h +fchdir.c fchmodat.c fchown-stub.c fchownat.c @@ -281,10 +284,12 @@ sig2str.c sig2str.h snprintf.c snprintf.h +socket.h socket_.h stamp-h1 stat-macros.h stat-time.h +stat.h stat_.h stdbool.h stdbool_.h @@ -322,6 +327,9 @@ strtoull.c strtoumax.c strverscmp.c strverscmp.h +sys +sys_time.h +sys_time_.h t-fpending tempname.c tempname.h @@ -333,6 +341,8 @@ umaxtostr.c unicodeio.h unistd--.h unistd-safer.h +unistd.h +unistd_.h unlinkdir.c unlinkdir.h unlocked-io.h @@ -351,7 +361,9 @@ verify.h version-etc-fsf.c version-etc.c version-etc.h +wchar.h wchar_.h +wctype.h wctype_.h wcwidth.h xalloc-die.c diff --git a/lib/.gitignore b/lib/.gitignore index 08160d728..1ebe1d47d 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -47,6 +47,8 @@ diacrit.c diacrit.h dirchownmod.c dirchownmod.h +dirent.h +dirent_.h dirfd.c dirfd.h dirname.c @@ -62,6 +64,7 @@ exclude.h exit.h exitfail.c exitfail.h +fchdir.c fchmodat.c fchown-stub.c fchownat.c @@ -78,6 +81,7 @@ filemode.h filenamecat.c filenamecat.h fnmatch.c +fnmatch.h fnmatch_.h fnmatch_loop.c fopen-safer.c @@ -90,6 +94,7 @@ fsusage.h ftruncate.c fts-cycle.c fts.c +fts.h fts_.h full-read.c full-read.h @@ -115,6 +120,7 @@ getloadavg.c getndelim2.c getndelim2.h getopt.c +getopt.h getopt1.c getopt_.h getopt_int.h @@ -270,10 +276,13 @@ sig2str.c sig2str.h snprintf.c snprintf.h +socket.h socket_.h stat-macros.h stat-time.h +stat.h stat_.h +stdbool.h stdbool_.h stdint.h stdint_.h @@ -309,6 +318,9 @@ strtoull.c strtoumax.c strverscmp.c strverscmp.h +sys +sys_time.h +sys_time_.h t-fpending tempname.c tempname.h @@ -320,6 +332,8 @@ umaxtostr.c unicodeio.h unistd--.h unistd-safer.h +unistd.h +unistd_.h unlinkdir.c unlinkdir.h unlocked-io.h @@ -338,7 +352,9 @@ verify.h version-etc-fsf.c version-etc.c version-etc.h +wchar.h wchar_.h +wctype.h wctype_.h wcwidth.h xalloc-die.c diff --git a/lib/ChangeLog b/lib/ChangeLog index a7066ccbc..793a227f9 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2007-01-19 Jim Meyering + + * .cvsignore, .gitignore: Add sys, as well as more + bootstrap-inserted file names. + 2007-01-14 Jim Meyering * fchdir-stub.c: Remove file. No longer needed. diff --git a/m4/.cvsignore b/m4/.cvsignore index 2a47a7ba0..0311ce8c1 100644 --- a/m4/.cvsignore +++ b/m4/.cvsignore @@ -37,6 +37,7 @@ euidaccess.m4 exclude.m4 exitfail.m4 extensions.m4 +fchdir.m4 fcntl-safer.m4 fcntl_h.m4 file-type.m4 @@ -207,6 +208,7 @@ strtoumax.m4 strverscmp.m4 sys_socket_h.m4 sys_stat_h.m4 +sys_time_h.m4 tempname.m4 time_r.m4 timespec.m4 diff --git a/m4/.gitignore b/m4/.gitignore index 673615c1c..e6ae77991 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -36,6 +36,7 @@ euidaccess.m4 exclude.m4 exitfail.m4 extensions.m4 +fchdir.m4 fcntl-safer.m4 fcntl_h.m4 file-type.m4 @@ -199,6 +200,7 @@ strtoumax.m4 strverscmp.m4 sys_socket_h.m4 sys_stat_h.m4 +sys_time_h.m4 tempname.m4 time_r.m4 timespec.m4 diff --git a/m4/ChangeLog b/m4/ChangeLog index 92e8f5f05..25cac3a2d 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2007-01-19 Jim Meyering + + * .cvsignore, .gitignore: Add more bootstrap-inserted file names. + 2006-12-12 Jim Meyering * jm-macros.m4: Remove AC_FUNC_SETVBUF_REVERSED, now that it's a no-op. -- cgit v1.2.3-54-g00ecf