Mark .bat files as requiring CR/LF endings

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2017-11-28 18:02:51 +01:00
committed by Jameson Miller
parent 9e7e5e16f4
commit 1bd0dc546f

1
.gitattributes vendored
View File

@@ -6,6 +6,7 @@
*.pm eol=lf diff=perl
*.png binary
*.py eol=lf diff=python
*.bat eol=crlf
/Documentation/git-*.txt eol=lf
/command-list.txt eol=lf
/GIT-VERSION-GEN eol=lf