You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2022/10/31 19:00:47 UTC

[camel-quarkus] 16/19: fix CRLF related warnings for *.png files

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch 2.13.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 5056b266292f4ea040d6e1a7cc64f8662d618450
Author: aldettinger <al...@gmail.com>
AuthorDate: Fri Oct 28 09:47:20 2022 +0200

    fix CRLF related warnings for *.png files
---
 .gitattributes | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitattributes b/.gitattributes
index f7163f60ef..d9cc79b3b1 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,3 +1,7 @@
 * text=auto eol=lf
 *.cmd text eol=crlf
-
+*.jar binary
+*.jks binary
+*.png binary
+*.ttf binary
+*.zip binary