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

ruby-changes:58361

From: Nobuyoshi <ko1@a...>
Date: Tue, 22 Oct 2019 21:33:51 +0900 (JST)
Subject: [ruby-changes:58361] 04075305d3 (master): Ignore timestamp file for the expected failure [ci skip]

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

From 04075305d3fd2806400235dfc744b6a0c70ef738 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 22 Oct 2019 21:33:11 +0900
Subject: Ignore timestamp file for the expected failure [ci skip]


diff --git a/.gitignore b/.gitignore
index fe7c048..c623bc0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -169,6 +169,9 @@ lcov*.info https://github.com/ruby/ruby/blob/trunk/.gitignore#L169
 /ext/configure-ext.mk
 /ext/*/exts.mk
 
+# /ext/-test-/cxxanyargs
+/ext/-test-/cxxanyargs/failure.failed
+
 # /ext/-test-/win32/dln/
 /ext/-test-/win32/dln/dlntest.dll
 /ext/-test-/win32/dln/dlntest.exp
-- 
cgit v0.10.2


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

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