Force LF line endings on certain files regardless of local crlf settings to avoid issues with Vagrant.

This commit is contained in:
Buster Silver 2016-09-03 19:55:18 -05:00
parent 4e720afcb5
commit 1ee2e10874
1 changed files with 10 additions and 0 deletions

10
.gitattributes vendored Normal file
View File

@ -0,0 +1,10 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Force LF line ending on shell scripts
vagrant_* text eol=lf
*.sh text eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary