diff options
author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-03-03 05:41:53 +0000 |
---|---|---|
committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-03-03 05:41:53 +0000 |
commit | d9882a307058d2007732735bcd7df4eb5f06f0f5 (patch) | |
tree | 5da442137f87839bb1eae9f8581eee55459bfc93 /ext | |
parent | cbca48948ba8dc5dea8bc696a7297ea3dfe048da (diff) | |
download | ruby-d9882a307058d2007732735bcd7df4eb5f06f0f5.tar.gz ruby-d9882a307058d2007732735bcd7df4eb5f06f0f5.tar.xz ruby-d9882a307058d2007732735bcd7df4eb5f06f0f5.zip |
* ext/dl/.cvsignore: ignore callback.h.
* ext/ripper/.cvsignore: ignore eventids2table.c.
* ext/socket/.cvsignore: ignore constants.h.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r-- | ext/dl/.cvsignore | 1 | ||||
-rw-r--r-- | ext/ripper/.cvsignore | 1 | ||||
-rw-r--r-- | ext/socket/.cvsignore | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/ext/dl/.cvsignore b/ext/dl/.cvsignore index 6d884b6ce..489fab1c6 100644 --- a/ext/dl/.cvsignore +++ b/ext/dl/.cvsignore @@ -2,6 +2,7 @@ Makefile mkmf.log dlconfig.h dlconfig.rb +callback.h *.func *.o *~ diff --git a/ext/ripper/.cvsignore b/ext/ripper/.cvsignore index f86f3dcd1..0f4481adc 100644 --- a/ext/ripper/.cvsignore +++ b/ext/ripper/.cvsignore @@ -1,5 +1,6 @@ Makefile eventids1.c +eventids2table.c ripper.* ids1 ids2 diff --git a/ext/socket/.cvsignore b/ext/socket/.cvsignore index 408871223..6750b63b5 100644 --- a/ext/socket/.cvsignore +++ b/ext/socket/.cvsignore @@ -1,3 +1,4 @@ Makefile mkmf.log *.def +constants.h |