gitattributes: Set binary attribute for *.gz and *.png files
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Wed, 2 Dec 2020 08:36:29 +0000 (09:36 +0100)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 12 Nov 2021 10:29:11 +0000 (11:29 +0100)
commitc727cd870a661a976a0ea0dcf272e31d2e24b9e2
treeed66e00631ed67d046627653456c23700fcd5494
parent050acee119b3757fee3bd128f55d720fdd9bb890
gitattributes: Set binary attribute for *.gz and *.png files

After commit ("1f35137 Add .gitattributes for line endings") all files
have text attribute set and we need such change to ensure content of
the *.gz and *.png files remains unmodified.

$ git check-attr -a -- *.gz *.png
*.gz: binary: set
*.gz: diff: unset
*.gz: merge: unset
*.gz: text: unset
*.gz: eol: lf
*.png: binary: set
*.png: diff: unset
*.png: merge: unset
*.png: text: unset
*.png: eol: lf

Change-Id: Ie7b1d48761c01c045bdcdae3b0ac66e64af79326
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
.gitattributes