mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
.gitattributes: Add more testdata directories.
This commit is contained in:
parent
a7122b7323
commit
c3a408e245
1 changed files with 6 additions and 1 deletions
7
.gitattributes
vendored
7
.gitattributes
vendored
|
|
@ -2,10 +2,15 @@
|
|||
*.zon text eol=lf
|
||||
*.txt text eol=lf
|
||||
langref.html.in text eol=lf
|
||||
|
||||
lib/std/compress/testdata/** binary
|
||||
lib/std/compress/deflate/testdata/** binary
|
||||
lib/std/compress/flate/testdata/** binary
|
||||
lib/std/compress/lzma/testdata/** binary
|
||||
lib/std/compress/xz/testdata/** binary
|
||||
lib/std/crypto/codecs/asn1/der/testdata/** binary
|
||||
lib/std/tar/testdata/** binary
|
||||
src/Package/Fetch/testdata/** binary
|
||||
src/Package/Fetch/git/testdata/** binary
|
||||
|
||||
lib/include/** linguist-vendored
|
||||
lib/libc/** linguist-vendored
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue