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

Merge Graphics.gitattributes into Common.gitattributes

Signed-off-by: Alexander Karatarakis <alex@karatarakis.com>
This commit is contained in:
Alexander Karatarakis 2014-05-17 17:43:32 +03:00
parent fa87f4624f
commit 99042dcf18
2 changed files with 8 additions and 8 deletions

View File

@ -19,3 +19,11 @@
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
# Graphics
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.svg text

View File

@ -1,8 +0,0 @@
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.svg text