diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-25 17:30:37 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-25 17:30:37 -0400 |
| commit | 2b7cb8a1d821108b8ee1551892a36371527c4ab9 (patch) | |
| tree | eda79142bc153490bd842b0cf9a540849c94bb09 | |
| parent | Merge branch 'master' of https://github.com/pret/pokeyellow (diff) | |
| download | pokeyellow-2b7cb8a1d821108b8ee1551892a36371527c4ab9.tar.gz pokeyellow-2b7cb8a1d821108b8ee1551892a36371527c4ab9.tar.xz pokeyellow-2b7cb8a1d821108b8ee1551892a36371527c4ab9.zip | |
Specify *.wav, *.blk and *.pic as binary
| -rw-r--r-- | .gitattributes | 5 |
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 |
