aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Carl Cravens <raven@phoenyx.net> 2020-10-06 17:17:01 -0400
committerGravatar GitHub <noreply@github.com> 2020-10-06 23:17:01 +0200
commit3aed0b95534c60b26254292e951c8a9c5badc786 (patch)
tree5571cf1adced0e9ab7e92328b2572c4ff0194d96
parente43b7ecd093058f28dcce51b1e2cd604d5efa7a9 (diff)
tell git .png and .waff files are not text (#3211)
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 6313b56c5..9002d5bab 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,4 @@
* text=auto eol=lf
+*.png -text
+*.waff -text
+*.waff2 -text