From 68719b18980f788cab7e80ac3d87518a2dde5849 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 8 Dec 2019 19:32:28 +0300 Subject: add root .gitattributes --- .gitattributes | 1 + test/.gitattributes | 2 -- test/file/.gitattributes | 2 ++ 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitattributes create mode 100644 test/file/.gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/test/.gitattributes b/test/.gitattributes index 282705f..69b47b5 100644 --- a/test/.gitattributes +++ b/test/.gitattributes @@ -1,3 +1 @@ -* text=auto - *.bat text eol=crlf diff --git a/test/file/.gitattributes b/test/file/.gitattributes new file mode 100644 index 0000000..d1e183e --- /dev/null +++ b/test/file/.gitattributes @@ -0,0 +1,2 @@ +*.plain binary +*.cipher binary -- cgit v1.2.3