summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-21 17:06:50 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-21 17:06:50 +0000
commitd7417b9f381652498945ec0897ae5c0469ae79fc (patch)
tree59487129d9c53734bbba9965ae07b569fe949afb
parentb65d08e74de52b5ed33dac46e8aff97f1cd9c7de (diff)
* .cvsignore: ignore timestamp files and installed list file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--.cvsignore3
-rw-r--r--ChangeLog4
2 files changed, 6 insertions, 1 deletions
diff --git a/.cvsignore b/.cvsignore
index 242a9b1fb4..a72211d03f 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -3,13 +3,14 @@
*.rej
*.sav
*~
+.*.list
+.*.time
.ccmalloc
.ppack
.ext
.git
.svn
.pc
-.rbconfig.time
COPYING.LIB
ChangeLog.pre-alpha
ChangeLog.pre1_1
diff --git a/ChangeLog b/ChangeLog
index cdf9d53a91..1d499c68b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Sep 22 02:06:26 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * .cvsignore: ignore timestamp files and installed list file.
+
Fri Sep 22 01:36:34 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
* instruby.rb: include FileUtils unconditionally.