| author | |
| committer | |
| log | 68149f2039bd203514571f0304e72897b4583ff2 |
| tree | f4fc232ca273970da214b3ea0223400f1ff6b6bc |
| parent | 5345044edfe6ce5d8c13d3a0e86abaad999f853b |
| signature |
1 files changed, 4 insertions(+), 6 deletions(-)
.gitattributes+4-6| ... | ... | @@ -1,10 +1,8 @@ |
| 1 | 1 | *.zig text eol=lf |
| 2 | 2 | langref.html.in text eol=lf |
| 3 | 3 | |
| 4 | c_headers/* linguist-vendored | |
| 5 | 4 | deps/* linguist-vendored |
| 6 | libc/glibc/* linguist-vendored | |
| 7 | libc/musl/* linguist-vendored | |
| 8 | libc/include/* linguist-vendored | |
| 9 | libcxx/* linguist-vendored | |
| 10 | libunwind/* linguist-vendored | |
| 5 | lib/include/* linguist-vendored | |
| 6 | lib/libc/* linguist-vendored | |
| 7 | lib/libcxx/* linguist-vendored | |
| 8 | lib/libunwind/* linguist-vendored |