mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
set testdata as binary
Testing on windows is failing because line ending are changed on some binary files during git checkout.
This commit is contained in:
parent
d645114f7e
commit
0cba50d73e
1 changed files with 1 additions and 0 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
|
@ -4,6 +4,7 @@
|
||||||
langref.html.in text eol=lf
|
langref.html.in text eol=lf
|
||||||
lib/std/compress/testdata/** binary
|
lib/std/compress/testdata/** binary
|
||||||
lib/std/compress/deflate/testdata/** binary
|
lib/std/compress/deflate/testdata/** binary
|
||||||
|
lib/std/compress/flate/testdata/** binary
|
||||||
|
|
||||||
lib/include/** linguist-vendored
|
lib/include/** linguist-vendored
|
||||||
lib/libc/** linguist-vendored
|
lib/libc/** linguist-vendored
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue