diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-08 04:33:12 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-08 04:38:01 +0300 |
commit | d13ed4ccddc2ccb94a877fbba7ad87fb0f8f6bc0 (patch) | |
tree | 3a1e8fda807d0be382165cc1d1aba9c508470461 /.ci/.gitattributes | |
parent | Travis: prettify .travis.yml (diff) | |
download | cmake-common-d13ed4ccddc2ccb94a877fbba7ad87fb0f8f6bc0.tar.gz cmake-common-d13ed4ccddc2ccb94a877fbba7ad87fb0f8f6bc0.zip |
Travis: verify executable file bitness
Diffstat (limited to '.ci/.gitattributes')
-rw-r--r-- | .ci/.gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/.gitattributes b/.ci/.gitattributes new file mode 100644 index 0000000..dfdb8b7 --- /dev/null +++ b/.ci/.gitattributes @@ -0,0 +1 @@ +*.sh text eol=lf |