summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorMaxim Mazurok <maxim@mazurok.com>2019-04-20 22:11:16 +0300
committerRyan Dahl <ry@tinyclouds.org>2019-04-20 15:11:16 -0400
commit8dc8f227603831513b2d4afc62261908665e6a2f (patch)
tree0be90017516c751c0e10155854c62389efa3fa3d /.gitattributes
parentc8db224efed08d7722c9951cde048d731db050d3 (diff)
Exclude .png files from git auto-EOL (#2161)
Fix #1995 for users with the old git version
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 90e666e57..3a7b70019 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,5 +1,6 @@
# Use Unix line endings in all text files.
* text=auto eol=lf
+*.png -text
# Tell git which symlinks point to files, and which ones point to directories.
# This is revelevant for Windows only, and requires git >= 2.19.2 to work.