kubo/.gitattributes
Steven Allen c0b380aaae gitattributes: avoid normalizing known binary files
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2019-04-11 11:19:54 -07:00

16 lines
231 B
Plaintext

# Default to text
* text eol=lf
# True text
*.md text eol=auto
LICENSE text eol=auto
# Known binary types
*.png binary
*.tar binary
*.gz binary
# Binary assets
assets/init-doc/* binary
core/coreunix/test_data/** binary