From f77fc95cf2f561a366550af76128b0db48a8044e Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sun, 12 Nov 2017 15:25:56 +0000 Subject: [PATCH] .gitignore: ignore dlntest.dll This was generated with in-place build on MinGW and not ignored. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60746 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4b565a4230..efc7fd5864 100644 --- a/.gitignore +++ b/.gitignore @@ -154,6 +154,7 @@ lcov*.info /ext/*/exts.mk # /ext/-test-/win32/dln/ +/ext/-test-/win32/dln/dlntest.dll /ext/-test-/win32/dln/dlntest.exp /ext/-test-/win32/dln/dlntest.lib