diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-03 13:28:18 -0400 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-03 13:28:18 -0400 |
commit | a655783735e1bd652eb6eff61af092b0414f2913 (patch) | |
tree | 530ebbd6f25ce9580c845b27ec0745451190a1c2 | |
parent | 870d85fc2713703f6dbc760df5b2c54328f0c9c3 (diff) |
Add .pic as binary.
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 191bfb2..b967def 100644 --- a/.gitattributes +++ b/.gitattributes @@ -19,4 +19,5 @@ *.2bpp binary *.1bpp binary *.bin binary -*.blk binary
\ No newline at end of file +*.blk binary +*.pic binary
\ No newline at end of file |