X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitattributes;h=a7de7ce85593c140267bd3bafa3812859d8f259f;hb=3eeefc21f1a3ed9755c072c83808ed5c087b8c9a;hp=e737c7946ef6136f4302146fbae243a726f10c34;hpb=ef043a7c43070e125361e6609c85ea8a67631e0d;p=rust.git diff --git a/.gitattributes b/.gitattributes index e737c7946ef..a7de7ce8559 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,6 +4,12 @@ *.cpp rust *.h rust *.rs rust +*.fixed linguist-language=Rust src/etc/installer/gfx/* binary *.woff binary src/vendor/** -text +Cargo.lock linguist-generated=false + +# Older git versions try to fix line endings on images, this prevents it. +*.png binary +*.ico binary