From: Johnathan Corgan Date: Sat, 10 Oct 2009 23:38:37 +0000 (-0700) Subject: Add .gitattributes to fix CRLF problems on MinGW/MSYS X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=1618db8856067a723dbe6cca91e66fb49536da9f;p=debian%2Fgnuradio Add .gitattributes to fix CRLF problems on MinGW/MSYS Patch-by: Don Ward --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..49a0e142 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +# +# The following turn off LF->CRLF conversion for some files on Windows. +# these conversions cause syntax errors on MinGW/MSYS. They should not +# have any effect on non-Windows systems or on Cygwin. Any files that +# required svn:eof-style=lf under subversion should be included here. +# +*.m4 -crlf +*.ac -crlf +*.scm -crlf diff --git a/.gitignore b/.gitignore index 5461bf8b..dba263ac 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ .libs TAGS *-stamp +!.gitattributes !.gitignore make.log /configure