aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-10-29 13:59:33 -0700
committerJussi Pakkanen <jpakkane@gmail.com>2018-10-30 00:28:02 +0200
commitd505a68e3489a30ef12f59cbaeef2b9d1bbc3e66 (patch)
tree2fed7f988fba35902fbfc8c6cf0f94f7826bcd50 /.gitattributes
parentfe3efe0bc6f0bb0f282a2d1f7db4e72f16a3f51c (diff)
downloadmeson-d505a68e3489a30ef12f59cbaeef2b9d1bbc3e66.zip
meson-d505a68e3489a30ef12f59cbaeef2b9d1bbc3e66.tar.gz
meson-d505a68e3489a30ef12f59cbaeef2b9d1bbc3e66.tar.bz2
Fix crlf line endings
mark .icns files as binary so git will stop trying to fix the line endings, and recommit the remaining .crlf files
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index a85dd10..7fd80e2 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2,3 +2,4 @@
.gitattributes export-ignore
* text eol=lf
*.png binary
+*.icns binary