Skip to content

Commit 82f4fbc

Browse files
authored
Merge pull request #15 from m3phisto/patch-1
Make git treat gif/png images as binary
2 parents ea86704 + 0e489c9 commit 82f4fbc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Force text files to have unix eols, so Windows/Cygwin does not break them
22
*.* eol=lf
3+
4+
*.gif binary
5+
*.png binary

0 commit comments

Comments
 (0)