From f75b770200b8cdb144592a0f1b787f9a9a52eeab Mon Sep 17 00:00:00 2001 From: Volker Berlin Date: Mon, 7 May 2018 18:43:45 +0200 Subject: [PATCH] remove not needed file types --- .gitattributes | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.gitattributes b/.gitattributes index 1e98e90..d339a8f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,17 +4,5 @@ # Custom for Visual Studio *.cs diff=csharp -# Standard to msysgit -*.doc diff=astextplain -*.DOC diff=astextplain -*.docx diff=astextplain -*.DOCX diff=astextplain -*.dot diff=astextplain -*.DOT diff=astextplain -*.pdf diff=astextplain -*.PDF diff=astextplain -*.rtf diff=astextplain -*.RTF diff=astextplain - *.java text eol=lf *.java diff=java