summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cvsignore2
-rw-r--r--ChangeLog4
2 files changed, 5 insertions, 1 deletions
diff --git a/.cvsignore b/.cvsignore
index 98fa370b1..49830a706 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -10,4 +10,4 @@ Makefile
Makefile.in
stamp-h
stamp-h.in
-autom4te.cache
+autom4te*.cache
diff --git a/ChangeLog b/ChangeLog
index 22a032014..45bd94825 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-04 C. Brian Jones <cbj@gnu.org>
+
+ * .cvsignore: ignore all automt4e*.cache files
+
2002-10-04 Mark Wielaard <mark@klomp.org>
* NEWS: Mention the new VMThrowable interface.