From: Matthias Maier Date: Thu, 14 Jun 2018 22:44:40 +0000 (-0500) Subject: Do not change line ending in output files X-Git-Tag: v9.1.0-rc1~1038^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a84365dd0f2747bb8940d499821dc2e2a858be48;p=dealii.git Do not change line ending in output files Some of the output files are binary files, we shouldn't touch them. --- diff --git a/contrib/utilities/indent b/contrib/utilities/indent index a33e7be7e6..54e2ced7b6 100755 --- a/contrib/utilities/indent +++ b/contrib/utilities/indent @@ -58,4 +58,4 @@ process "tests include source examples" \ ".*\.(cc|h|cu|cuh|inst.in|output.*|cmake)" fix_permissions process "tests include source examples" \ - ".*\.(cc|h|cu|cuh|inst.in|output.*|cmake)" dos_to_unix + ".*\.(cc|h|cu|cuh|inst.in|cmake)" dos_to_unix