mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-31 10:57:16 +02:00
PNG files explicitly marked as binary (resolves #39)
This commit is contained in:
13
.gitattributes
vendored
13
.gitattributes
vendored
@@ -1,3 +1,16 @@
|
|||||||
|
# Set the default behavior
|
||||||
* text=auto eol=lf
|
* text=auto eol=lf
|
||||||
*.{cmd,[cC][mM][dD]} text eol=crlf
|
*.{cmd,[cC][mM][dD]} text eol=crlf
|
||||||
*.{bat,[bB][aA][tT]} text eol=crlf
|
*.{bat,[bB][aA][tT]} text eol=crlf
|
||||||
|
|
||||||
|
# Explicitly declare text files to always be normalized and converted to native line endings on checkout
|
||||||
|
*.cpp text
|
||||||
|
*.h text
|
||||||
|
*.py text
|
||||||
|
*.txt text
|
||||||
|
*.md text
|
||||||
|
*.yml text
|
||||||
|
|
||||||
|
# Denote all files that are truly binary and should not be modified
|
||||||
|
*.png binary
|
||||||
|
*.jpg binary
|
||||||
|
Reference in New Issue
Block a user