This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch MNG-5728 in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git
The following commit(s) were added to refs/heads/MNG-5728 by this push: new a1425d7 Skim .gitattributes a1425d7 is described below commit a1425d7b1b10723da18efe94a4d9773565474e69 Author: Michael Osipov <micha...@apache.org> AuthorDate: Mon Nov 30 12:53:10 2020 +0100 Skim .gitattributes --- .gitattributes | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.gitattributes b/.gitattributes index 83aeeba..556b3b1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,4 @@ # Auto detect text files and perform LF normalization -*.jar -text -crlf -*.war -text -crlf -# These can go away as soon as we can generate checksums on the fly -core-it-suite/src/test/resources/**/repo/**/*.pom text eol=lf -core-it-suite/src/test/resources/**/repo/**/*.xml text eol=lf -core-it-suite/src/test/resources/**/repo-[a-z0-9]/**/*.pom text eol=lf -core-it-suite/src/test/resources/**/repo-[a-z0-9]/**/*.xml text eol=lf -core-it-suite/src/test/resources/**/repo-set-by-property/**/*.pom text eol=lf -core-it-suite/src/test/resources/**/repo-set-by-property/**/*.xml text eol=lf +*.jar binary +*.war binary