From: Daniel Lenski Date: Wed, 24 Feb 2021 02:41:03 +0000 (-0800) Subject: add .gitattributes file to mark binaries X-Git-Tag: v8.20~362 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=518884e487e49a9bf2dce205aa4afb7f63d5ec2f;p=users%2Fdwmw2%2Fopenconnect.git add .gitattributes file to mark binaries Signed-off-by: Daniel Lenski --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..0dbd0b60 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# images and icons +*.ico -text +*.png -text + +# certificates and keys under tests/ +*.p12 -text +*.der -text + +# SoftHSM objects +*.object -text