From c62546ac58a6fe543d721b75a2c2d0ba07ee3213 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Thu, 4 Jun 2015 23:00:32 +0200 Subject: Ensure that run_and_catch_crashes has UNIX/POSIX line endings Change-Id: If7b5047c15c747ac306960003c60a3ccd35f3e51 Reviewed-on: https://code.wireshark.org/review/8764 Reviewed-by: Pascal Quantin --- .gitattributes | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index 610cc900be..c5f87c8a10 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,8 @@ -* text=auto -*.sh eol=lf -/test export-ignore -.bzrignore export-ignore -.gitattributes export-ignore -.gitignore export-ignore -.gitreview export-ignore +* text=auto +*.sh eol=lf +/test/run_and_catch_crashes eol=lf +/test export-ignore +.bzrignore export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.gitreview export-ignore -- cgit v1.2.3