From 988bc7c7183271ce0f759eee31c5f176df20d4e4 Mon Sep 17 00:00:00 2001 From: Bryan Petty Date: Tue, 17 Mar 2015 12:51:39 -0600 Subject: [PATCH] Migration of svn:eol-style settings to .gitattributes. See #15584 --- .gitattributes | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..68bee6960f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,33 @@ +# Windows-specific files that require CRLF: + +*.bat eol=crlf +*.bcc eol=crlf +*.dsw eol=crlf +*.gcc eol=crlf +*.rc eol=crlf +*.sln eol=crlf +*.vc eol=crlf +*.vcproj eol=crlf +*.vcxproj eol=crlf + +# Documentation used with Windows installer: + +\BuildGit.txt text=auto +\docs\changes.txt text=auto +\docs\licence.txt text=auto +\docs\readme.txt text=auto +\docs\msw\install.txt text=auto +\docs\msw\install.txt text=auto + +# Unix-specific files that require LF: + +*.h.in eol=lf +*.m4 eol=lf +*.sh eol=lf +configure.in eol=lf +Makefile.am eol=lf +Makefile.in eol=lf + +/config.guess eol=lf +/config.sub eol=lf +/configure eol=lf