Skip to content

Commit

Permalink
* .gitignore: added.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nurse committed Apr 26, 2009
1 parent d2214aa commit ce70dcc
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
*.bak
*.orig
*.rej
*.sav
*~
*.swp
.*.list
.*.time
.ccmalloc
.ppack
.ext
.git
.svn
.pc
COPYING.LIB
ChangeLog.pre-alpha
ChangeLog.pre1_1
ChangeLog-1.8.0
Makefile
README.fat-patch
README.v6
README.atheos
archive
autom4te*.cache
automake
beos
config.cache
config.h
config.h.in
config.log
config.status
configure
libruby.so.*
miniruby
newdate.rb
newver.rb
parse.c
patches
patches-master
pitest.rb
ppack
preview
rbconfig.rb
rename2.h
repack
revision.h
riscos
rubicon
ruby
ruby-man.rd.gz
tmp
web
y.output
y.tab.c
enc/trans/*.c
ext/win32ole/.document
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Sun Apr 26 20:21:39 2009 NARUSE, Yui <naruse@ruby-lang.org>

* .gitignore: added.

Sun Apr 26 20:17:24 2009 Tanaka Akira <akr@fsij.org>

* lib/rake.rb: use RbConfig::CONFIG instead of Config::CONFIG.
Expand Down

0 comments on commit ce70dcc

Please sign in to comment.