diff options
author | Marcin Ĺšlusarz <marcin.slusarz@intel.com> | 2021-07-08 11:09:35 +0200 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-01-19 15:17:17 +0000 |
commit | 44ddc28fa8d2115e97cf94d41da86eb7b26ae6b6 (patch) | |
tree | 2508cdee23baae403a13799f4319e6b8b14fc451 /.gitattributes | |
parent | a4b8f69bb50556bf3e5c41b887c74c8ef6d9fd94 (diff) | |
download | mesa-44ddc28fa8d2115e97cf94d41da86eb7b26ae6b6.tar.gz mesa-44ddc28fa8d2115e97cf94d41da86eb7b26ae6b6.tar.bz2 mesa-44ddc28fa8d2115e97cf94d41da86eb7b26ae6b6.zip |
Add new rules to .gitattributes
This will make sure that all source files have native line endings
when checked out locally.
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11779>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 2d4b6ac4442..c0386978fad 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,6 @@ *.csv eol=crlf +* text=auto +*.jpg binary +*.png binary +*.gif binary +*.ico binary |