3 Star 12 Fork 5

MindSpore Lab / mindyolo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 675 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhaoting 提交于 2023-02-07 17:51 . add gitignore
# MindSpore
*.ir
kernel_meta/
somas_meta/
trace_code_graph_*
# Cmake files
CMakeFiles/
cmake_install.cmake
CMakeCache.txt
Makefile
cmake-build-debug
# Dynamic libraries
*.so
*.so.*
*.dylib
# Static libraries
*.la
*.lai
*.a
*.lib
# Protocol buffers
*_pb2.py
*.pb.h
*.pb.cc
*.pb
*_grpc.py
# Object files
*.o
# Editor
.vscode
.idea/
# Cquery
.cquery_cached_index/
compile_commands.json
# Ctags and cscope
tags
TAGS
CTAGS
GTAGS
GRTAGS
GSYMS
GPATH
cscope.*
# Python files
*__pycache__*
.pytest_cache
# Mac files
*.DS_Store
# Test results
test_temp_summary_event_file/
*.dot
*.dat
*.svg
*.perf
*.info
*.ckpt
*.shp
*.pkl
*.pb
.clangd
# lite opencl compile file
*.cl.inc
1
https://gitee.com/mindspore-lab/mindyolo.git
git@gitee.com:mindspore-lab/mindyolo.git
mindspore-lab
mindyolo
mindyolo
master

搜索帮助