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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new f48db530e Mark class files in resources as binary
f48db530e is described below

commit f48db530e096dd786567d8e43c3d8bd04cba7ce1
Author: Michael Osipov <[email protected]>
AuthorDate: Fri May 5 22:33:53 2023 +0200

    Mark class files in resources as binary
---
 .gitattributes | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitattributes b/.gitattributes
index ca269fb4b..4c8b49a05 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -8,3 +8,4 @@
 *.fml    text
 *.md     text
 *.png    binary
+*.class  binary

Reply via email to