X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitattributes;h=7a7c416356028cbe6ba2bd30f128082a6867386d;hb=0eff3bf17631889945c89918ea3b97f7c626aef0;hp=8560b794c0a7cb3525adfe30005f3da8d9b858e5;hpb=1f35137997a25a14c734abd2c7a2fe9406944307;p=platform%2Fkernel%2Fu-boot.git diff --git a/.gitattributes b/.gitattributes index 8560b79..7a7c416 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,8 @@ # Declare files that always have LF line endings on checkout * text eol=lf +# Denote all files that are truly binary and should not be modified +*.bin binary +*.bmp binary +*.ttf binary +*.gz binary +*.png binary