From e25a17517bf09aa4ba0e8a92fa651bc8eda5c06a Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Tue, 13 Jan 2015 22:31:41 +1100 Subject: [PATCH] src: limit .gitattributes eol to vcbuild.bat Fixes: https://github.com/iojs/io.js/issues/330 PR-URL: https://github.com/iojs/io.js/pull/331 --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 73e2881a3e..fa5162684b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ test/fixtures/* -text -*.bat text eol=crlf +vcbuild.bat text eol=crlf