From 6b3f8cfe4ebbc3857f3d9cd471227444425f072a Mon Sep 17 00:00:00 2001 From: Marcus Hert da Coregio Date: Mon, 10 May 2021 16:27:42 -0300 Subject: [PATCH] Add .gitattributes Normalize line endings to auto Ensure that some file extensions are treated as binary Closes gh-9727 --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..d94c900775 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# Normalize line endings to auto. +* text auto + +# Ensure the following are treated as binary. +*.cer binary +*.jar binary +*.jpeg binary +*.jpg binary +*.keystore binary +*.png binary