Skip to content

Commit

Permalink
Marking document formats as binary
Browse files Browse the repository at this point in the history
  • Loading branch information
rladuca committed Mar 6, 2020
1 parent edbd9e2 commit 7c2de61
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Set default behavior to automatically normalize line endings.
* text=auto

*.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
*.doc binary
*.DOC binary
*.docx binary
*.DOCX binary
*.dot binary
*.DOT binary
*.pdf binary
*.PDF binary
*.rtf binary
*.RTF binary

*.jpg binary
*.png binary
Expand Down Expand Up @@ -64,4 +64,4 @@
# Set linguist language for .h files explicitly based on
# https://github.com/github/linguist/issues/1626#issuecomment-401442069
# this only affects the repo's language statistics
*.h linguist-language=C
*.h linguist-language=C

0 comments on commit 7c2de61

Please sign in to comment.