summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Jones <cbj@gnu.org>2002-10-04 20:44:09 +0000
committerBrian Jones <cbj@gnu.org>2002-10-04 20:44:09 +0000
commit32608012805d0ac9196b2f97db592f89082217e1 (patch)
tree945771c9e9d2e0ebea97d2a5b25a37a73215a988
parentf9652d29c5435f1af83cf1da5eeb90b1f7665044 (diff)
downloadclasspath-32608012805d0ac9196b2f97db592f89082217e1.tar.gz
.cvsignore: ignore all automt4e*.cache files
-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.