| author | |
| committer | |
| log | e2cc02717e2c0180acfd2c5d0160b56721ae2397 |
| tree | b552d144d4a198534a21841f20f842ecb634ebec |
| parent | d605f02756038c8f1328b3478635ed9518d38239 |
These are currently incorrect according to the gitattributes(5) and
gitignore(5) man pages. However, it seems github ended up treating them
as we intended due to a bug until recently when that bug was fixed.1 files changed, 6 insertions(+), 6 deletions(-)
.gitattributes+6-6| ... | ... | @@ -3,9 +3,9 @@ |
| 3 | 3 | langref.html.in text eol=lf |
| 4 | 4 | deps/SoftFloat-3e/*.txt text eol=crlf |
| 5 | 5 | |
| 6 | deps/* linguist-vendored | |
| 7 | lib/include/* linguist-vendored | |
| 8 | lib/libc/* linguist-vendored | |
| 9 | lib/libcxx/* linguist-vendored | |
| 10 | lib/libcxxabi/* linguist-vendored | |
| 11 | lib/libunwind/* linguist-vendored | |
| 6 | deps/** linguist-vendored | |
| 7 | lib/include/** linguist-vendored | |
| 8 | lib/libc/** linguist-vendored | |
| 9 | lib/libcxx/** linguist-vendored | |
| 10 | lib/libcxxabi/** linguist-vendored | |
| 11 | lib/libunwind/** linguist-vendored |