From 4a82eb977ddd28e96b86fbd1706ee8bb54ffee0a Mon Sep 17 00:00:00 2001 From: Sarat Vemulapalli Date: Fri, 17 Dec 2021 13:09:34 -0800 Subject: [PATCH] Updating .gitattributes for additional file types (#1727) * Adding release notes for 1.2.1 Signed-off-by: Sarat Vemulapalli * Updating .gitattributes for additional types Signed-off-by: Sarat Vemulapalli --- .gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index af54ce3f427..65f90998159 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,12 @@ * text eol=lf -*.bat text eol=crlf +*.bat binary *.zip binary *.exe binary *.epub binary *.pdf binary *.vsdx binary *.doc binary +*.bcfks binary +*.crt binary +*.p12 binary +*.txt text=auto