From 8c0103498ad871b0ef2a0db523d367b044867bd8 Mon Sep 17 00:00:00 2001 From: Marcus Da Coregio Date: Mon, 5 Jul 2021 14:11:49 -0300 Subject: [PATCH] Ensure line endings for .bat are not modified Closes gh-10039 --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index c3c06fe84c..08f3b034b6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,9 @@ # Normalize line endings to auto. * text auto +# Ensure that line endings for DOS batch files are not modified. +*.bat -text + # Ensure the following are treated as binary. *.cer binary *.graffle binary