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

ruby-changes:69734

From: Hiroshi <ko1@a...>
Date: Mon, 15 Nov 2021 16:52:24 +0900 (JST)
Subject: [ruby-changes:69734] ccaa7957df (master): Ignore extentions of bundled gems for testing

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

From ccaa7957df9423498df54480489ce903d4e3c028 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Mon, 15 Nov 2021 16:52:06 +0900
Subject: Ignore extentions of bundled gems for testing

---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 8d11d7278af..90a75ef402c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -182,6 +182,9 @@ lcov*.info https://github.com/ruby/ruby/blob/trunk/.gitignore#L182
 /ext/-test-/win32/dln/dlntest.exp
 /ext/-test-/win32/dln/dlntest.lib
 
+# /ext/-test-/gems
+/ext/-test-/gems
+
 # /ext/etc/
 /ext/etc/constdefs.h
 
-- 
cgit v1.2.1


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

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