mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* .cvsignore: ignore timestamp files and installed list file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f0a108f408
commit
e4800cabfb
2 changed files with 6 additions and 1 deletions
|
@ -3,13 +3,14 @@
|
|||
*.rej
|
||||
*.sav
|
||||
*~
|
||||
.*.list
|
||||
.*.time
|
||||
.ccmalloc
|
||||
.ppack
|
||||
.ext
|
||||
.git
|
||||
.svn
|
||||
.pc
|
||||
.rbconfig.time
|
||||
COPYING.LIB
|
||||
ChangeLog.pre-alpha
|
||||
ChangeLog.pre1_1
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue