diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-24 18:28:03 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-24 18:28:03 +0300 |
commit | c8252a87422cdd2f530dff64bf90b49bf1afb094 (patch) | |
tree | 241288d88d1a673e316f3d461ad70f8d2078ffdb | |
parent | AppVeyor: better practices (diff) | |
download | aes-tools-c8252a87422cdd2f530dff64bf90b49bf1afb094.tar.gz aes-tools-c8252a87422cdd2f530dff64bf90b49bf1afb094.zip |
split root .gitattributes
-rw-r--r-- | .appveyor/.gitattributes (renamed from .gitattributes) | 0 | ||||
-rw-r--r-- | .travis/.gitattributes | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.appveyor/.gitattributes index b086bda..b086bda 100644 --- a/.gitattributes +++ b/.appveyor/.gitattributes diff --git a/.travis/.gitattributes b/.travis/.gitattributes new file mode 100644 index 0000000..dfdb8b7 --- /dev/null +++ b/.travis/.gitattributes @@ -0,0 +1 @@ +*.sh text eol=lf |