diff options
author | Bert Belder <bertbelder@gmail.com> | 2011-08-10 19:56:56 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2011-08-10 19:59:37 +0200 |
commit | 43da0e6fe475cfac382d2b0960bbb4275c168c6c (patch) | |
tree | c2aaeed043e4a33b66412deaab35ea0082605290 /.gitattributes | |
parent | c96ef84427e7010f21e547bce12888323e12551d (diff) | |
download | nodejs-43da0e6fe475cfac382d2b0960bbb4275c168c6c.tar.gz nodejs-43da0e6fe475cfac382d2b0960bbb4275c168c6c.tar.bz2 nodejs-43da0e6fe475cfac382d2b0960bbb4275c168c6c.zip |
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-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..a185d6976 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +test/fixtures/* -text |