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>
This commit is contained in:
Marcin Ślusarz 2021-07-08 11:09:35 +02:00 committed by Marge Bot
parent a4b8f69bb5
commit 44ddc28fa8

5
.gitattributes vendored
View File

@ -1 +1,6 @@
*.csv eol=crlf
* text=auto
*.jpg binary
*.png binary
*.gif binary
*.ico binary