diff options
author | Johnathan Corgan | 2009-10-10 16:38:37 -0700 |
---|---|---|
committer | Johnathan Corgan | 2009-10-10 16:38:37 -0700 |
commit | 1618db8856067a723dbe6cca91e66fb49536da9f (patch) | |
tree | 93e3c56031288e04ae09e65c5e05e056658264a2 /.gitattributes | |
parent | 7ba8192e28713049324398f4b0c6d2eebdaa1fc7 (diff) | |
download | gnuradio-1618db8856067a723dbe6cca91e66fb49536da9f.tar.gz gnuradio-1618db8856067a723dbe6cca91e66fb49536da9f.tar.bz2 gnuradio-1618db8856067a723dbe6cca91e66fb49536da9f.zip |
Add .gitattributes to fix CRLF problems on MinGW/MSYS
Patch-by: Don Ward <don2387ward@sprynet.com>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..49a0e1424 --- /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 |