diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2018-10-29 13:59:33 -0700 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-10-30 00:28:02 +0200 |
| commit | d505a68e3489a30ef12f59cbaeef2b9d1bbc3e66 (patch) | |
| tree | 2fed7f988fba35902fbfc8c6cf0f94f7826bcd50 /.gitattributes | |
| parent | fe3efe0bc6f0bb0f282a2d1f7db4e72f16a3f51c (diff) | |
| download | meson-d505a68e3489a30ef12f59cbaeef2b9d1bbc3e66.tar.gz | |
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-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index a85dd1086..7fd80e241 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,4 @@ .gitattributes export-ignore * text eol=lf *.png binary +*.icns binary |
