Skip to content

Commit

Permalink
[gitattributes] Don't mark all llvm-rc test Inputs as binary (#68583)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mstorsjo committed Oct 10, 2023
1 parent f74e9f8 commit e46822e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion llvm/.gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ test/tools/dsymutil/Inputs/*.swiftmodule binary
test/tools/llvm-ar/Inputs/*.lib binary
test/tools/llvm-ar/Inputs/*.a binary
test/tools/llvm-objdump/Inputs/*.a binary
test/tools/llvm-rc/Inputs/* binary
test/tools/llvm-rc/Inputs/*.bmp binary
test/tools/llvm-rc/Inputs/*.cur binary
test/tools/llvm-rc/Inputs/*.ico binary
test/tools/llvm-strings/Inputs/numbers binary
test/MC/AsmParser/incbin_abcd binary
test/YAMLParser/spec-09-02.test binary
Expand Down

0 comments on commit e46822e

Please sign in to comment.