From 6fd3d84f3ba859d9def4018c2fcbdd5bac7797df Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 6 Jun 2013 10:28:48 +0530 Subject: [PATCH] Update git filetype mappings --- .gitattributes | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index a52dbecdd1..0d97bfac69 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,8 +6,9 @@ *.pot text *.po text *.html text -*.css text +*.xhtml text *.htm text +*.css text *.rst text *.md text *.txt text @@ -20,12 +21,13 @@ *.tmpl text *.qrc text *.sh text -*.xhtml text +*.fb2 text *.bat text eol=crlf # Tell git what files are binary *.zip binary *.epub binary +*.docx binary *.jpg binary *.jpeg binary *.png binary