Skip to content

Commit e74077e

Browse files
Fix .gitattributes
Ensure that binary and pure windows files are not affected by the 'eol=lf' rule.
1 parent b6bfc7f commit e74077e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ testsuite/ada_projects/*/*.ad[bs] no-precommit-check
44

55
* text eol=lf
66
*.bat text eol=crlf
7+
*.png -text
8+
*.jpeg -text
79

810
# No needs
911
*.java no-precommit-check

0 commit comments

Comments
 (0)