From 2ec8d148b062e7a04be88df2348fc94c9d91a8c7 Mon Sep 17 00:00:00 2001 From: Ron Arts Date: Wed, 3 Jan 2018 09:41:39 +0100 Subject: [PATCH] fix .gitattributes --- .gitattributes | 1 - tests/Stubs/.gitattributes | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 tests/Stubs/.gitattributes diff --git a/.gitattributes b/.gitattributes index bea6eefb..24a9c15e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,4 +12,3 @@ /CONTRIBUTING.md export-ignore /README.md export-ignore -+*.crlf eol=crlf diff --git a/tests/Stubs/.gitattributes b/tests/Stubs/.gitattributes new file mode 100644 index 00000000..ea9fa3f5 --- /dev/null +++ b/tests/Stubs/.gitattributes @@ -0,0 +1 @@ +private.key.crlf text eol=crlf