代码拉取完成,页面将自动刷新
# Files identified as text should be checked in with LFs, and checked
# out with the platform-specific EOL markers.
#
# Essentially runs `git config core.autocrlf true` for every clone.
* text=auto
# Shell scripts should always have LFs.
*.sh text eol=lf
/debugger/oe-gdb text eol=lf
/samples/run text eol=lf
/scripts/** text eol=lf
/scripts/README.md text -eol
/tests/crypto/host/genkeys text eol=lf
# Windows build files should always have CRLFs.
*.sln text eol=crlf
*.vcxproj text eol=crlf
/CMakeSettings.json text eol=crlf
# The 3rdparty dependencies are nested: the first folder contains our
# build scripts, which we want these attributes to apply to, and the
# second folder contains the actual upstream 3rdparty code, which we
# want to exclude from these rules.
/3rdparty/dlmalloc/dlmalloc/** -text -eol
/3rdparty/libcxx/libcxx/** -text -eol
/3rdparty/libcxxrt/libcxxrt/** -text -eol
/3rdparty/libunwind/libunwind** -text -eol
/3rdparty/mbedtls/mbedtls/** -text -eol
/3rdparty/musl/musl/** -text -eol
# The result of printf on host side is based on the OS. Thus it is better to
# use different bench files on different host OS and let git ignore it.
/tests/print/results/** -text -eol
/tests/libcxxrt/results/** -text -eol
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。