mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
Merge pull request #23555 from alexrp/gitattributes
Some `.gitattributes` updates
This commit is contained in:
commit
e24e9ff7bd
1 changed files with 11 additions and 6 deletions
17
.gitattributes
vendored
17
.gitattributes
vendored
|
|
@ -2,15 +2,20 @@
|
||||||
*.zon text eol=lf
|
*.zon text eol=lf
|
||||||
*.txt text eol=lf
|
*.txt text eol=lf
|
||||||
langref.html.in 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/crypto/codecs/asn1/der/testdata/** binary
|
|
||||||
|
|
||||||
|
lib/std/compress/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/compiler/aro/** linguist-vendored
|
||||||
lib/include/** linguist-vendored
|
lib/include/** linguist-vendored
|
||||||
lib/libc/** linguist-vendored
|
lib/libc/** linguist-vendored
|
||||||
lib/libcxx/** linguist-vendored
|
lib/libcxx/** linguist-vendored
|
||||||
lib/libcxxabi/** linguist-vendored
|
lib/libcxxabi/** linguist-vendored
|
||||||
|
lib/libtsan/** linguist-vendored
|
||||||
lib/libunwind/** linguist-vendored
|
lib/libunwind/** linguist-vendored
|
||||||
lib/tsan/** linguist-vendored
|
|
||||||
lib/compiler/aro/** linguist-vendored
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue