diff options
Diffstat (limited to '')
-rw-r--r-- | test/.gitattributes | 2 | ||||
-rw-r--r-- | test/file/.gitattributes | 2 |
2 files changed, 2 insertions, 2 deletions
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 |