[前][次][番号順一覧][スレッド一覧]

ruby-changes:63705

From: Nobuyoshi <ko1@a...>
Date: Tue, 24 Nov 2020 08:40:08 +0900 (JST)
Subject: [ruby-changes:63705] 3ce5434fec (master): Ignore static-ruby [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=3ce5434fec

From 3ce5434fece70d267030f78f195c01afa32be866 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 24 Nov 2020 08:35:55 +0900
Subject: Ignore static-ruby [ci skip]

static-ruby is statically linked against libruby, even when
configured with --enable-shared.

diff --git a/.gitignore b/.gitignore
index c79485a..8d11d72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -128,6 +128,7 @@ lcov*.info https://github.com/ruby/ruby/blob/trunk/.gitignore#L128
 /ruby-man.rd.gz
 /run.gdb
 /sizes.c
+/static-ruby
 /test.rb
 /test-coverage.dat
 /tmp
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]