Consider .pom files as binary, so that line endings aren't converted, during checkouts resulting in checksum failures

This commit is contained in:
Jaikiran Pai 2018-01-16 12:40:10 +05:30
parent 156706e42e
commit 18b4d24029
1 changed files with 5 additions and 0 deletions

5
.gitattributes vendored Normal file
View File

@ -0,0 +1,5 @@
# Mark the test specific pom files (which have backing checksum files) as binary
# so that auto conversion of line endings aren't done on them (thus resulting in
# different checksums) during git checkout.
test/**/maven-snapshot-test/**/*.pom -text diff