Vagrant: bash gets confused if you pass in .sh files from windows

This change prevents git from adding carriage returns to .sh files
This commit is contained in:
Kevin Hester 2015-03-02 16:09:36 -08:00 committed by Andrew Tridgell
parent 2aae594371
commit 76f1088ec6
1 changed files with 6 additions and 0 deletions

6
.gitattributes vendored Normal file
View File

@ -0,0 +1,6 @@
# bash gets confused if you pass in .sh files from windows
# This breaks Vagrant for some users.
*.sh text eol=lf