Преглед на файлове

Ensure line endings for .bat are not modified

Closes gh-10039
Marcus Da Coregio преди 4 години
родител
ревизия
510842ff2f
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      .gitattributes

+ 3 - 0
.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