From bb5a01e6afb0585831d2f90807f19c00d9b08509 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 7 Dec 2003 15:47:17 +0000 Subject: add iconv.rb and config.charset. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5133 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/iconv/.cvsignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/iconv/.cvsignore b/ext/iconv/.cvsignore index 408871223..394787fce 100644 --- a/ext/iconv/.cvsignore +++ b/ext/iconv/.cvsignore @@ -1,3 +1,5 @@ Makefile mkmf.log *.def +iconv.rb +config.charset -- cgit