summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorMarcin Ĺšlusarz <marcin.slusarz@intel.com>2021-07-08 11:09:35 +0200
committerMarge Bot <emma+marge@anholt.net>2022-01-19 15:17:17 +0000
commit44ddc28fa8d2115e97cf94d41da86eb7b26ae6b6 (patch)
tree2508cdee23baae403a13799f4319e6b8b14fc451 /.gitattributes
parenta4b8f69bb50556bf3e5c41b887c74c8ef6d9fd94 (diff)
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--.gitattributes5
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