@cryptotaxi247 / kubo / commits / c0b380aaa

gitattributes: avoid normalizing known binary files

License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>

Steven Allen committed Apr 11, 2019 at 11:19 UTC c0b380aaae66bffca967242e046241190393ccb8
1 file changed +5
.gitattributes
+5
@@ -5,6 +5,11 @@
5 *.md text eol=auto
6 LICENSE text eol=auto
7
8 +# Known binary types
9 +*.png binary
10 +*.tar binary
11 +*.gz binary
12 +
13 # Binary assets
14 assets/init-doc/* binary
15 core/coreunix/test_data/** binary