diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-01-09 17:19:05 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-01-09 17:19:05 +0000 |
commit | 4bd3ea40e0909918a9725e4416e926bfcc714c13 (patch) | |
tree | 55d6de31130052979777acb2c80bc78e3bc8ce6c | |
parent | 6e54b96369304f0c8dd1ea17d7145c2d02cd7675 (diff) | |
download | ruby-4bd3ea40e0909918a9725e4416e926bfcc714c13.tar.gz ruby-4bd3ea40e0909918a9725e4416e926bfcc714c13.tar.xz ruby-4bd3ea40e0909918a9725e4416e926bfcc714c13.zip |
Ignore configure and rbconfig.rb too.
Don't ignore .cvsignore itself.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | .cvsignore | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/.cvsignore b/.cvsignore index 5d66a7287..4265e1f70 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,18 +1,19 @@ -.cvsignore -parse.c -newver.rb -ruby -miniruby +*.bak +*.orig +*.rej +*.sav +*~ +Makefile README.fat-patch +archive config.cache config.h config.log config.status -Makefile +configure +miniruby +newver.rb +parse.c ppack -archive -*.orig -*.rej -*.bak -*.sav -*~ +rbconfig.rb +ruby |