소스 검색

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