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

[camel-quarkus] branch main updated: fix CRLF related warnings for *.png files

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 95e9e95cd0 fix CRLF related warnings for *.png files
95e9e95cd0 is described below

commit 95e9e95cd0fefe3d18990cd6f552f42da986cac0
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