commit | 1b56529ce5297ca1b813edf3578594f348442493 | [log] [tgz] |
---|---|---|
author | Jonatan Antoni <jonatan.antoni@arm.com> | Thu Sep 30 17:35:04 2021 +0200 |
committer | Jonatan Antoni <jonatan.antoni@arm.com> | Mon Oct 11 14:34:25 2021 +0200 |
tree | d40e15e304f3ccdf3eba980347ffd7cd3caa62fb | |
parent | b5600889fa99b18dbe7b25adcc13bc4ae1bbb137 [diff] [blame] |
Git: Force script files to use Unix line endings.
diff --git a/.gitattributes b/.gitattributes index ecdec05..dcd1454 100644 --- a/.gitattributes +++ b/.gitattributes
@@ -15,3 +15,6 @@ # Denote all files that are truly binary and should not be modified. *.png binary *.jpg binary +# Script files +*.py text eol=lf +*.sh text eol=lf