Skip to content

Commit 90c3a7e

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 ce5c854 commit 90c3a7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
* text eol=lf
2+
*.png binary

0 commit comments

Comments
 (0)