diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-11-22 18:39:39 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-11-22 18:42:49 +0900 |
| commit | a93d0a4e62c50a53ccdc3b2bc114f75a25bfc40f (patch) | |
| tree | 439d1c39a76327599906c60084b1bba94c9ffd18 /.gitignore | |
| parent | f9d20a1bf157885975aacffdcb22f2b210f1258d (diff) | |
Check -1 arity for C++
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 35f5d3eb83..487af950f3 100644 --- a/.gitignore +++ b/.gitignore @@ -171,7 +171,7 @@ lcov*.info /ext/*/exts.mk # /ext/-test-/cxxanyargs -/ext/-test-/cxxanyargs/failure.failed +/ext/-test-/cxxanyargs/failure*.failed # /ext/-test-/win32/dln/ /ext/-test-/win32/dln/dlntest.dll |
