Ignore:
Timestamp:
Dec 19, 2012, 8:07:38 PM (10 years ago)
Author:
sam
Message:

build: ensure Visual Studio and Bison files don't get their line endings
corrupted even when using git-svn with automatic conversion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.gitattributes

    r2135 r2150  
     1# Visual Studio wants crlf
     2*.sln eol=crlf
     3*.csproj eol=crlf
     4*.vcxproj eol=crlf
     5# Vim doesn't like CRLF
    16*.vim -text
     7# Bison doesn't like CRLF
     8external/*/share/bison/* -text
Note: See TracChangeset for help on using the changeset viewer.