From 52b09eeae90f4e4bf2af07870ac48412d4bfb044 Mon Sep 17 00:00:00 2001 From: Ali Servet Donmez Date: Mon, 26 May 2014 09:57:52 +0200 Subject: [PATCH] Add attributes for documents and even more graphics --- .gitattributes | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.gitattributes b/.gitattributes index 2ec2c28..1260ace 100644 --- a/.gitattributes +++ b/.gitattributes @@ -44,3 +44,26 @@ CNAME text *.zip binary *.7z binary *.ttf binary + +## https://github.com/Danimoth/gitattributes/blob/e9c4312cabdbcf7f66205f3c3271336d4563e92c/Common.gitattributes (partial) + +# Documents +*.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 + +# Graphics +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary +*.svg text +