From a9082ce03f336626a34cd08c1a8816fc204b1a49 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Mon, 20 May 2013 07:43:21 -0700 Subject: [PATCH] Update .gitattributes for annoying files that keep changing --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index cde0638659..e60f766261 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,10 @@ # Set default behaviour, in case users don't have core.autocrlf set. * text=auto +# These annoying files +rippled.1 binary +LICENSE binary + # Visual Studio *.sln text eol=crlf *.vcproj text eol=crlf