aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* use Bundler for dependency management and Rake gem tasksKazuki Yamaguchi2021-06-251-0/+2
| | | | | | | | | | Back in 2016, we chose not to use Bundler in Ruby/OpenSSL development because Bundler depended on openssl and could not be used for testing openssl itself - "bundle exec rake test" would end up with loading two different versions of openssl at the same time. This has been resolved long time ago. We can now safely use it for development dependency management and for Rake tasks.
* Update .gitignoreKazuki Yamaguchi2016-07-091-8/+3
| | | | | Ignore /html and /ext/openssl/extconf.h. Also remove impossible files - we currently don't use YARD or Bundler.
* ignored MakefileSHIBATA Hiroshi2015-12-301-0/+1
|
* bundle gem opensslSHIBATA Hiroshi2014-10-271-0/+14