workflows/pr-subscriber: Use our own custom concurrency implementation (#66263)
[llvm-project.git] / llvm / .gitattributes
blobfe68b096c31f231d9882d0feeba4d4d5498366fa
1 # binary files
2 test/Object/Inputs/*.a* binary
3 test/tools/dsymutil/Inputs/*.o binary
4 test/tools/dsymutil/Inputs/*.a binary
5 test/tools/dsymutil/Inputs/*.i386 binary
6 test/tools/dsymutil/Inputs/*.x86_64 binary
7 test/tools/dsymutil/Inputs/*.armv7m binary
8 test/tools/dsymutil/Inputs/*.dylib binary
9 test/tools/dsymutil/Inputs/*.dSYM binary
10 test/tools/dsymutil/Inputs/*.swiftmodule binary
11 test/tools/llvm-ar/Inputs/*.lib binary
12 test/tools/llvm-ar/Inputs/*.a binary
13 test/tools/llvm-objdump/Inputs/*.a binary
14 test/tools/llvm-rc/Inputs/* binary
15 test/tools/llvm-strings/Inputs/numbers binary
16 test/MC/AsmParser/incbin_abcd binary
17 test/YAMLParser/spec-09-02.test binary
19 # These files must have CRLF line endings, therefore git should explicity treat
20 # them as always having crlf line endings
21 test/MC/AsmParser/preserve-comments-crlf.s text eol=crlf
22 test/tools/llvm-mca/X86/directives-handle-crlf.s text eol=crlf
24 # These files must have LF line endings because the test requires exact matching
25 test/Object/Inputs/*.tbd eol=lf
26 test/tools/llvm-strings/radix.test text eol=lf
27 test/tools/llvm-tapi-diff/Inputs/*.tbd text eol=lf
28 test/tools/split-file/basic.test text eol=lf
29 test/tools/split-file/Inputs/basic-*.txt eol=lf
30 test/tools/split-file/basic.crlf.test text eol=crlf
31 test/tools/split-file/Inputs/basic-*.crlf eol=crlf