summaryrefslogtreecommitdiff
path: root/.gitattributes
AgeCommit message (Collapse)AuthorFilesLines
2015-02-11Force PAL test lists to have Unix line endingsMatt Ellis1-1/+3
A common workflow for some folks on our team is to check out the Git repository, then share that folder out over to Linux. In this case, we need the pal test files to have Unix line endings, even in the case where core.autocrlf = true, which is the case on Windows. My hunch is that we would also need this even if we didn't do this, since otherwise changes to this file will be mirrored back to TFS with DOS line endings, which would break building the TFS version when checked out, so it's likely a good idea to do this anyway, even if the leading factor is a somewhat odd workflow.
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+66
[tfs-changeset: 1407945]