~bitglue/gnuradio/install-in-etc

« back to all changes in this revision

Viewing changes to .gitattributes

  • Committer: Johnathan Corgan
  • Date: 2009-10-10 23:38:37 UTC
  • mto: This revision was merged to the branch mainline in revision 1760.
  • Revision ID: git-v1:1618db8856067a723dbe6cca91e66fb49536da9f
Add .gitattributes to fix CRLF problems on MinGW/MSYS

Patch-by: Don Ward <don2387ward@sprynet.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# The following turn off LF->CRLF conversion for some files on Windows.
 
3
# these conversions cause syntax errors on MinGW/MSYS.  They should not
 
4
# have any effect on non-Windows systems or on Cygwin.  Any files that
 
5
# required svn:eof-style=lf under subversion should be included here.
 
6
#
 
7
*.m4    -crlf
 
8
*.ac    -crlf
 
9
*.scm   -crlf