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:
parent
1de50a24e8
commit
9c84749975
@ -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
|
||||
|
@ -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
|
||||
|
@ -38,6 +38,3 @@
|
||||
*.zip binary
|
||||
*.7z binary
|
||||
*.ttf binary
|
||||
*.pdf binary
|
||||
*.doc binary
|
||||
*.docx binary
|
||||
|
Loading…
Reference in New Issue
Block a user