From cc5dc55bb06829b53c0c29f3730cff47be1a20d9 Mon Sep 17 00:00:00 2001 From: Dies Koper Date: Fri, 24 Aug 2012 17:26:36 +1000 Subject: [PATCH] configure .gitattributes to not convert shell scripts to CRLF on Windows --- compute/src/test/resources/.gitattributes | 1 + labs/virtualbox/src/test/resources/.gitattributes | 1 + scriptbuilder/src/main/resources/functions/.gitattributes | 1 + scriptbuilder/src/test/resources/.gitattributes | 1 + scriptbuilder/src/test/resources/functions/.gitattributes | 1 + 5 files changed, 5 insertions(+) create mode 100644 compute/src/test/resources/.gitattributes create mode 100644 labs/virtualbox/src/test/resources/.gitattributes create mode 100644 scriptbuilder/src/main/resources/functions/.gitattributes create mode 100644 scriptbuilder/src/test/resources/.gitattributes create mode 100644 scriptbuilder/src/test/resources/functions/.gitattributes diff --git a/compute/src/test/resources/.gitattributes b/compute/src/test/resources/.gitattributes new file mode 100644 index 0000000000..ba409ffade --- /dev/null +++ b/compute/src/test/resources/.gitattributes @@ -0,0 +1 @@ +*.sh -crlf diff --git a/labs/virtualbox/src/test/resources/.gitattributes b/labs/virtualbox/src/test/resources/.gitattributes new file mode 100644 index 0000000000..ba409ffade --- /dev/null +++ b/labs/virtualbox/src/test/resources/.gitattributes @@ -0,0 +1 @@ +*.sh -crlf diff --git a/scriptbuilder/src/main/resources/functions/.gitattributes b/scriptbuilder/src/main/resources/functions/.gitattributes new file mode 100644 index 0000000000..ba409ffade --- /dev/null +++ b/scriptbuilder/src/main/resources/functions/.gitattributes @@ -0,0 +1 @@ +*.sh -crlf diff --git a/scriptbuilder/src/test/resources/.gitattributes b/scriptbuilder/src/test/resources/.gitattributes new file mode 100644 index 0000000000..ba409ffade --- /dev/null +++ b/scriptbuilder/src/test/resources/.gitattributes @@ -0,0 +1 @@ +*.sh -crlf diff --git a/scriptbuilder/src/test/resources/functions/.gitattributes b/scriptbuilder/src/test/resources/functions/.gitattributes new file mode 100644 index 0000000000..ba409ffade --- /dev/null +++ b/scriptbuilder/src/test/resources/functions/.gitattributes @@ -0,0 +1 @@ +*.sh -crlf