[llvm] e46822e - [gitattributes] Don't mark all llvm-rc test Inputs as binary (#68583)

via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 10 00:19:32 PDT 2023


Author: Martin Storsjö
Date: 2023-10-10T07:19:28Z
New Revision: e46822e507e14c7f64ab4eb93c9d20e284c77e02

URL: https://github.com/llvm/llvm-project/commit/e46822e507e14c7f64ab4eb93c9d20e284c77e02
DIFF: https://github.com/llvm/llvm-project/commit/e46822e507e14c7f64ab4eb93c9d20e284c77e02.diff

LOG: [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.

Added: 
    

Modified: 
    llvm/.gitattributes

Removed: 
    


################################################################################
diff  --git a/llvm/.gitattributes b/llvm/.gitattributes
index fe68b096c31f231..5f0d9990b6b5880 100644
--- a/llvm/.gitattributes
+++ b/llvm/.gitattributes
@@ -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


        


More information about the llvm-commits mailing list