From 981f941caff7d0ff54df40e1c6523815b2c9ec25 Mon Sep 17 00:00:00 2001 From: thomasclark Date: Mon, 30 Jun 2014 18:13:55 -0400 Subject: [PATCH] Changed .gitattributes to keep Unix line endings in the robot scripts Change-Id: Icc20ae4c6eac3725c435208ae2d88ce245a8708f --- eclipse-plugins/.gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclipse-plugins/.gitattributes b/eclipse-plugins/.gitattributes index 02d56eff39..ddb7938ff9 100644 --- a/eclipse-plugins/.gitattributes +++ b/eclipse-plugins/.gitattributes @@ -1,3 +1,4 @@ *runcppprogram text eol=lf *runjavaprogram text eol=lf - +*robotCommand text eol=lf +*robotDebugCommand text eol=lf