Skip to content

Commit d76d821

Browse files
committed
Make .gitattributes not treat all files as text files
Git kept trying to apply line-ending normalization to doc/logo.png because wildcard * matches everything Signed-off-by: Daniel Alley <dalley@redhat.com>
1 parent 1ea9858 commit d76d821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* text eol=lf
1+
* text=auto eol=lf

0 commit comments

Comments
 (0)