mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
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:
parent
a4b8f69bb5
commit
44ddc28fa8
1 changed files with 5 additions and 0 deletions
5
.gitattributes
vendored
5
.gitattributes
vendored
|
|
@ -1 +1,6 @@
|
||||||
*.csv eol=crlf
|
*.csv eol=crlf
|
||||||
|
* text=auto
|
||||||
|
*.jpg binary
|
||||||
|
*.png binary
|
||||||
|
*.gif binary
|
||||||
|
*.ico binary
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue