Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2011-08-10 21:56:56 +0400
committerBert Belder <bertbelder@gmail.com>2011-08-10 21:59:37 +0400
commit43da0e6fe475cfac382d2b0960bbb4275c168c6c (patch)
treec2aaeed043e4a33b66412deaab35ea0082605290 /.gitattributes
parentc96ef84427e7010f21e547bce12888323e12551d (diff)
Explicitly disable cr/lf conversion for test fixtures
Otherwise git's autocrlf feature makes test fail on windows.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000000..a185d697627
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+test/fixtures/* -text