aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
AgeCommit message (Collapse)AuthorFilesLines
2018-10-30Fix crlf line endingsDylan Baker1-0/+1
mark .icns files as binary so git will stop trying to fix the line endings, and recommit the remaining .crlf files
2018-10-16Use .gitattributes to override autocrlf=trueJussi Pakkanen1-0/+2
Avoid platform eol normalization as check_format() in project_tests checks for unix-style line endings. Indicate .png files are binary so we don't try to normalize them on check-in.
2018-10-15Refert lf change.Jussi Pakkanen1-1/+0
2018-10-14Add an azure-pipelines.ymlJon Turney1-1/+1
v1: Add an azure-pipelines.yml Don't check source line endings if autocrlf is on Handle origin-only refs in skip_ci Add .py to PATHEXT for the benefit of test_find_program() Publish logs as build artifacts and publish test results v2: Use .gitattributes to override autocrlf Move tmpdir, so it's not a subdir of source directory, otherwise it gets included in line-ending checks. Use serial build numbers, rather than date.dailybuildnumber Workaround for #3239 is no longer needed now a fix has been commited Tweak test results and artefact naming Wait for MS-MPI installers to complete Publish test results even if tests had an error
2014-06-07Created a git attributes file.Jussi Pakkanen1-0/+3