From d8c922b3214a6fe58e1526caaffbb52084ccdee4 Mon Sep 17 00:00:00 2001 From: Xavier Antoviaque Date: Sun, 7 Jul 2013 15:33:01 -0300 Subject: [PATCH] vagrant: Windows - Preserve Unix line return format, added extensions --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index dfdb8b771c..e261e654fa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,4 @@ *.sh text eol=lf +*.txt text eol=lf +*.py text eol=lf +*.rb text eol=lf