diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-22 09:22:02 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-22 09:22:02 +0300 |
commit | 1d56207b2f18dfc6bc357ebd19e91526436259fd (patch) | |
tree | 6f9e0501d1f86d34dc692444b95ddd7a2d5fd67f | |
parent | all_test.bat: code style (diff) | |
download | aes-tools-1d56207b2f18dfc6bc357ebd19e91526436259fd.tar.gz aes-tools-1d56207b2f18dfc6bc357ebd19e91526436259fd.zip |
add .gitattributes
Diffstat (limited to '')
-rw-r--r-- | test/.gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/.gitattributes b/test/.gitattributes new file mode 100644 index 0000000..282705f --- /dev/null +++ b/test/.gitattributes @@ -0,0 +1,3 @@ +* text=auto + +*.bat text eol=crlf |