[PATCH] D67391: Copy llvm .gitattributes to the monorepository.

Haojian Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 10 03:28:52 PDT 2019


hokein created this revision.
hokein added a reviewer: gribozavr.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This will fix the git "modified" change of llvm/trunk/test/MC/AsmParser/preserve-comments-crlf.s on linux.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D67391

Files:
  .gitattributes


Index: .gitattributes
===================================================================
--- /dev/null
+++ .gitattributes
@@ -0,0 +1,17 @@
+# binary files
+llvm/test/Object/Inputs/*.a-* binary
+llvm/test/tools/dsymutil/Inputs/*.o binary
+llvm/test/tools/dsymutil/Inputs/*.a binary
+llvm/test/tools/dsymutil/Inputs/*.i386 binary
+llvm/test/tools/dsymutil/Inputs/*.x86_64 binary
+llvm/test/tools/dsymutil/Inputs/*.armv7m binary
+llvm/test/tools/dsymutil/Inputs/*.dylib binary
+llvm/test/tools/llvm-ar/Inputs/*.lib binary
+llvm/test/tools/llvm-objdump/Inputs/*.a binary
+llvm/test/tools/llvm-rc/Inputs/* binary
+llvm/test/tools/llvm-strings/Inputs/numbers binary
+llvm/test/MC/AsmParser/incbin_abcd binary
+llvm/test/YAMLParser/spec-09-02.test binary
+
+# Windows line ending test
+llvm/test/MC/AsmParser/preserve-comments-crlf.s text eol=crlf


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67391.219507.patch
Type: text/x-patch
Size: 842 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190910/20739ab2/attachment.bin>


More information about the llvm-commits mailing list