summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-10-25 17:30:37 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-10-25 17:30:37 -0400
commit2b7cb8a1d821108b8ee1551892a36371527c4ab9 (patch)
treeeda79142bc153490bd842b0cf9a540849c94bb09
parentf48a34c93cd5eef445d94e98de3016728a10e663 (diff)
Specify *.wav, *.blk and *.pic as binary
-rw-r--r--.gitattributes5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 925ed5fb..3b289089 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -12,4 +12,7 @@
*.rle binary
*.tilecoll binary
*.bst binary
-*.map binary \ No newline at end of file
+*.map binary
+*.wav binary
+*.blk binary
+*.pic binary \ No newline at end of file