加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 514 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Visual Studio
*.VC.db
*.VC.opendb
# Compiled Object files
*.slo
*.lo
*.o
*.obj
*.exp
*.iobj
*.ipdb
*.pdb
# Logs
*.lastbuildstate
*.tlog
*.log
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
# Fortran module files
*.mod
# Python cache files
*.pyc
# Compiled Static libraries
*.lai
*.la
*.a
# Executables
*.exe
*.out
*.app
# HTML
*.html
# Mac
.DS_Store
# Visual Studio Code
.vscode/
# Python Install Build Files
python/build/
python/dist/
python/src/dynamixel_sdk.egg-info/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化