Skip to content

Commit 57c14c0

Browse files
authored
Make git treat gif images as binary
This makes sure that git does not change CRLF to LF in screenshot.gif on Linux.
1 parent ea86704 commit 57c14c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

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

0 commit comments

Comments
 (0)