Some checks failed
backend / cross (arm) (push) Has been cancelled
backend / cross (armhf) (push) Has been cancelled
backend / cross (i686) (push) Has been cancelled
backend / cross (mips) (push) Has been cancelled
backend / cross (mips64) (push) Has been cancelled
backend / cross (mips64el) (push) Has been cancelled
backend / cross (mipsel) (push) Has been cancelled
backend / cross (s390x) (push) Has been cancelled
backend / cross (win32) (push) Has been cancelled
backend / cross (x86_64) (push) Has been cancelled
backend / cross (aarch64) (push) Has been cancelled
docker / build (push) Has been cancelled
webtermnial会在进入容器后看到Successfully connected to the devcontainer后停止轮询 由于第二条docker命令中包含Successfully connected to the devcontainer,还没真正 attach 前,导致这段字符串提前出现,触发了误判 已修改为完整地、仅包含的情况才终止轮询 Co-authored-by: 孟宁 <mengning@mengning.com.cn> Reviewed-on: #2 Co-authored-by: hwy <1093970372@qq.com> Co-committed-by: hwy <1093970372@qq.com>
56 lines
476 B
Plaintext
56 lines
476 B
Plaintext
# Prerequisites
|
|
*.d
|
|
|
|
# Object files
|
|
*.o
|
|
*.ko
|
|
*.obj
|
|
*.elf
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
src/html.h
|
|
|
|
# Libraries
|
|
*.lib
|
|
*.a
|
|
*.la
|
|
*.lo
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
*.i*86
|
|
*.x86_64
|
|
*.hex
|
|
|
|
# Debug files
|
|
*.dSYM/
|
|
*.su
|
|
|
|
# Cmake files
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
CMakeScripts
|
|
cmake_install.cmake
|
|
install_manifest.txt
|
|
CTestTestfile.cmake
|
|
build
|
|
|
|
# Clion files
|
|
.idea/
|
|
|
|
# VSCode files
|
|
.vscode/
|
|
|
|
# Project files
|
|
!init.d
|