1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00

Remove common document exclusions. They are gathered in Common.gitattributes

Signed-off-by: Alexander Karatarakis <alex@karatarakis.com>
This commit is contained in:
Alexander Karatarakis 2014-04-13 13:36:44 +03:00
parent 1de50a24e8
commit 9c84749975
3 changed files with 1 additions and 16 deletions

View File

@ -9,15 +9,3 @@
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union
# 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

View File

@ -8,7 +8,7 @@
# The above will handle all files NOT found below
#
# Standard to msysgit
# Documents
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain

View File

@ -38,6 +38,3 @@
*.zip binary
*.7z binary
*.ttf binary
*.pdf binary
*.doc binary
*.docx binary