summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-01-19 23:28:03 +0100
committerJim Meyering <jim@meyering.net>2007-01-19 23:28:03 +0100
commit3d63c453d564a4e4d456a868beef8bcbd6e9abb2 (patch)
tree7a7a1be091f93504491c7587a07b469b11045150 /m4
parente175f0d5b2fe8e46409a60472a90fc9ee3ec605b (diff)
downloadcoreutils-3d63c453d564a4e4d456a868beef8bcbd6e9abb2.tar.xz
[lib/ChangeLog]
* .cvsignore, .gitignore: Add sys, as well as more bootstrap-inserted file names. [m4/ChangeLog] * .cvsignore, .gitignore: Add more bootstrap-inserted file names.
Diffstat (limited to 'm4')
-rw-r--r--m4/.cvsignore2
-rw-r--r--m4/.gitignore2
-rw-r--r--m4/ChangeLog4
3 files changed, 8 insertions, 0 deletions
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 <jim@meyering.net>
+
+ * .cvsignore, .gitignore: Add more bootstrap-inserted file names.
+
2006-12-12 Jim Meyering <jim@meyering.net>
* jm-macros.m4: Remove AC_FUNC_SETVBUF_REVERSED, now that it's a no-op.