Skip to content

Commit e46822e

Browse files
authored
[gitattributes] Don't mark all llvm-rc test Inputs as binary (#68583)
This allows tooling to properly show diffs for files in the llvm/test/tools/llvm-rc/Inputs directory. Keep the actual icon/cursor/bitmap files marked as binary.
1 parent f74e9f8 commit e46822e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/.gitattributes

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ test/tools/dsymutil/Inputs/*.swiftmodule binary
1111
test/tools/llvm-ar/Inputs/*.lib binary
1212
test/tools/llvm-ar/Inputs/*.a binary
1313
test/tools/llvm-objdump/Inputs/*.a binary
14-
test/tools/llvm-rc/Inputs/* 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
1517
test/tools/llvm-strings/Inputs/numbers binary
1618
test/MC/AsmParser/incbin_abcd binary
1719
test/YAMLParser/spec-09-02.test binary

0 commit comments

Comments
 (0)