diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2018-04-29 08:04:21 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2018-04-29 08:04:21 (GMT) |
commit | 01f196b31a03f072b685f998b0805c1f90322c2b (patch) | |
tree | 6e1cae004705ade1c870e4c6612a76b55be3c331 /.gitattributes | |
parent | da4b69097756158fdbfcbf52b5b552e2034d263d (diff) | |
parent | b3c5284692093953132c6c8227e0980b670bf4ad (diff) | |
download | hdf5-01f196b31a03f072b685f998b0805c1f90322c2b.zip hdf5-01f196b31a03f072b685f998b0805c1f90322c2b.tar.gz hdf5-01f196b31a03f072b685f998b0805c1f90322c2b.tar.bz2 |
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_hyperslab_updates
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index d18f9b9..de68733 100644 --- a/.gitattributes +++ b/.gitattributes @@ -321,6 +321,7 @@ java/test/TestH5Dparams.java -text java/test/TestH5Dplist.java -text java/test/TestH5E.java -text java/test/TestH5Edefault.java -text +java/test/TestH5Eparams.java -text java/test/TestH5Eregister.java -text java/test/TestH5F.java -text java/test/TestH5Fbasic.java -text @@ -347,6 +348,7 @@ java/test/TestH5Sbasic.java -text java/test/TestH5T.java -text java/test/TestH5Tbasic.java -text java/test/TestH5Tparams.java -text +java/test/TestUnit.java -text java/test/TestH5Z.java -text java/test/h5ex_g_iterate.orig -text svneol=unset#application/x-hdf java/test/junit.sh.in -text @@ -726,7 +728,8 @@ tools/testfiles/tattrreg.h5 -text tools/testfiles/tbigdims.h5 -text tools/testfiles/tbinary.h5 -text tools/testfiles/tbitfields.h5 -text -tools/testfiles/tbitnopaque.ddl -text +tools/testfiles/tbitnopaque_be.ddl -text +tools/testfiles/tbitnopaque_le.ddl -text tools/testfiles/tbitnopaque.h5 -text svneol=unset#application/x-hdf tools/testfiles/tchar.h5 -text tools/testfiles/tcmpdattrintsize.h5 -text |