From 2b7cb8a1d821108b8ee1551892a36371527c4ab9 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sun, 25 Oct 2015 17:30:37 -0400 Subject: [PATCH] Specify *.wav, *.blk and *.pic as binary --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 925ed5fb3..3b2890899 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