From b65b16f6891ac57f7e24b101b72389f523463dd7 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 25 Jun 2006 09:42:05 +0000 Subject: add extconf.h. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/dbm/.cvsignore | 1 + ext/gdbm/.cvsignore | 1 + 2 files changed, 2 insertions(+) diff --git a/ext/dbm/.cvsignore b/ext/dbm/.cvsignore index 408871223..814345ece 100644 --- a/ext/dbm/.cvsignore +++ b/ext/dbm/.cvsignore @@ -1,3 +1,4 @@ Makefile mkmf.log *.def +extconf.h diff --git a/ext/gdbm/.cvsignore b/ext/gdbm/.cvsignore index 408871223..814345ece 100644 --- a/ext/gdbm/.cvsignore +++ b/ext/gdbm/.cvsignore @@ -1,3 +1,4 @@ Makefile mkmf.log *.def +extconf.h -- cgit