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 --- test/.gitattributes | 2 -- test/file/.gitattributes | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 test/file/.gitattributes (limited to 'test') 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