From 98860e4adee3fd398f6c4370800ff4f306b68a94 Mon Sep 17 00:00:00 2001 From: rlar Date: Fri, 16 Oct 2015 20:35:07 +0200 Subject: [PATCH] .gitattributes, do not modify crlf line endings of visual studio proj files --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..87f6f11b0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# +# do not change crlf line endings of visual studio project files +# +*.vcproj -text +*.sln -text +*.vcxproj -text