1 Star 0 Fork 0

walker-cmd/edgelessrt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitattributes 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
Alvin Chen 提交于 2020-05-15 10:17 . Fix libcxxrt test result on Windows.
# 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lijun0314/edgelessrt.git
git@gitee.com:lijun0314/edgelessrt.git
lijun0314
edgelessrt
edgelessrt
master

搜索帮助