summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorMatt Ellis <matell@microsoft.com>2015-02-11 14:22:26 -0800
committerMatt Ellis <matell@microsoft.com>2015-02-11 17:12:59 -0800
commit31db676ce56ce389fc0365ccd1ea0521315f5f1b (patch)
tree02e1dc5d77d6a6edd6612fe3fc15319399f94b84 /.gitattributes
parentbc526906aa458e7e0da94d51ffd453f2d69ebaf5 (diff)
downloadcoreclr-31db676ce56ce389fc0365ccd1ea0521315f5f1b.tar.gz
coreclr-31db676ce56ce389fc0365ccd1ea0521315f5f1b.tar.bz2
coreclr-31db676ce56ce389fc0365ccd1ea0521315f5f1b.zip
Force PAL test lists to have Unix line endings
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.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index d351af8a8e..ea1c23bb34 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -63,4 +63,6 @@
#*.RTF diff=astextplain
*.in text eol=lf
-*.sh text eol=lf \ No newline at end of file
+*.sh text eol=lf
+src/pal/tests/palsuite/paltestlist.txt text eol=lf
+src/pal/tests/palsuite/paltestlist_to_be_reviewed.txt text eol=lf