diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..6a9a9a039c --- /dev/null +++ b/.gitattributes @@ -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 + +