Force .bat files to have CRLF endings.

Newer versions of git convert line endings on checkout. This also causes
these files to show up as always modified when the repo is cloned
because the index and working copy have different line endings.

Hopefully this fixes the issue.

Fixes #3585
This commit is contained in:
Mark Story 2014-05-27 19:06:08 -04:00
parent e5de1df165
commit f287bc76c0
3 changed files with 92 additions and 92 deletions