Skip to content

Commit ae3e22b

Browse files
author
Bruno Sutic
committed
Merge pull request tmux-plugins#13 from peteches/master
Adding png attributes as binary files so git does not swap the crlf t…
2 parents 199cd96 + c32da87 commit ae3e22b

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+
# Except for images because then on checkout the files have been altered.
5+
*.png binary

0 commit comments

Comments
 (0)