From 518884e487e49a9bf2dce205aa4afb7f63d5ec2f Mon Sep 17 00:00:00 2001 From: Daniel Lenski Date: Tue, 23 Feb 2021 18:41:03 -0800 Subject: [PATCH] add .gitattributes file to mark binaries Signed-off-by: Daniel Lenski --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes 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 -- 2.50.1