diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-10-22 21:33:11 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-10-22 21:33:24 +0900 |
commit | 04075305d3fd2806400235dfc744b6a0c70ef738 (patch) | |
tree | 0f781a3519ca4e400ac4242403c04949064c4118 /.gitignore | |
parent | aec0a293a4f9d2f8f8d085f57023ec3ba4bf6525 (diff) | |
download | bundler-04075305d3fd2806400235dfc744b6a0c70ef738.tar.gz |
Ignore timestamp file for the expected failure [ci skip]
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fe7c04823b..c623bc032d 100644 --- a/.gitignore +++ b/.gitignore @@ -169,6 +169,9 @@ lcov*.info /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 |