[NFC][MLIR][Linalg] Refactor linalg.matmul tablegen ODS and related C++ code. (#116377)
[llvm-project.git] / llvm / .gitattributes
blobfc3afb28a8d5204bc585cc22ec4aace0039485d1
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/*.bmp binary
15 test/tools/llvm-rc/Inputs/*.cur binary
16 test/tools/llvm-rc/Inputs/*.ico binary
17 test/tools/llvm-strings/Inputs/numbers binary
18 test/MC/AsmParser/incbin_abcd binary
19 test/YAMLParser/spec-09-02.test binary
21 # These files must have CRLF line endings, therefore git should explicity treat
22 # them as always having crlf line endings
23 test/MC/AsmParser/preserve-comments-crlf.s text eol=crlf
24 test/tools/llvm-mca/X86/directives-handle-crlf.s text eol=crlf
26 # These files must have LF line endings because the test requires exact matching
27 test/Object/Inputs/*.tbd eol=lf
28 test/tools/llvm-rc/Inputs/webpage*.html text eol=lf
29 test/tools/llvm-strings/radix.test text eol=lf
30 test/tools/llvm-tapi-diff/Inputs/*.tbd text eol=lf
31 test/tools/split-file/basic.test text eol=lf
32 test/tools/split-file/Inputs/basic-*.txt eol=lf
33 test/tools/split-file/basic.crlf.test text eol=crlf
34 test/tools/split-file/Inputs/basic-*.crlf eol=crlf