mirror of https://github.com/apache/ant-ivy
Consider .pom files as binary, so that line endings aren't converted, during checkouts resulting in checksum failures
This commit is contained in:
parent
156706e42e
commit
18b4d24029
|
|
@ -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
|
||||||
|
|
||||||
Loading…
Reference in New Issue