summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2017-11-17 17:31:20 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2017-11-17 17:31:20 +0000
commit1e4e74feed861f8c8f1a5cdf020561bcdad7fee7 (patch)
tree9797d160a7f31be8c68636c96d1bbc71f9a862aa /.gitattributes
parent0b373e161fe6570303b82222c270861f213c9185 (diff)
Revert "[MC] Fix regression tests on Windows when git “core.autocrlf” is set to true."
This reverts commit r318528. MC/AsmParser/preserve-comments-crlf.s fails on linux. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318533 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes12
1 files changed, 0 insertions, 12 deletions
diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index e7d6fd6d93d9..000000000000
--- a/.gitattributes
+++ /dev/null
@@ -1,12 +0,0 @@
-# binary files
-test/Object/Inputs/*.a-* binary
-test/tools/dsymutil/Inputs/* binary
-test/tools/llvm-ar/Inputs/*.lib binary
-test/tools/llvm-objdump/Inputs/*.a binary
-test/tools/llvm-rc/Inputs/* binary
-test/tools/llvm-strings/Inputs/numbers binary
-test/MC/AsmParser/incbin_abcd binary
-test/YAMLParser/spec-09-02.test binary
-
-# Windows line ending test
-test/MC/AsmParser/preserve-comments-crlf.s text eol=crlf