Browse Source

Ensure line endings for .bat are not modified

Closes gh-10039
pull/10050/head
Marcus Da Coregio 5 years ago
parent
commit
510842ff2f
  1. 3
      .gitattributes

3
.gitattributes vendored

@ -1,6 +1,9 @@
# Normalize line endings to auto. # Normalize line endings to auto.
* text auto * text auto
# Ensure that line endings for DOS batch files are not modified.
*.bat -text
# Ensure the following are treated as binary. # Ensure the following are treated as binary.
*.cer binary *.cer binary
*.graffle binary *.graffle binary

Loading…
Cancel
Save