208 Star 768 Fork 689

Ascend / samples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 677 Bytes
一键复制 编辑 原始数据 按行查看 历史
fuyangchenghu 提交于 2021-01-13 09:39 . update .gitignore.
# Samples
build/
output
# Cmake files
CMakeFiles/
cmake_install.cmake
CMakeCache.txt
cmake-build-debug
# Dynamic libraries
*.so.*
*.dylib
# Static libraries
*.la
*.lai
*.a
*.lib
# 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
*.perf
*.info
*.ckpt
*.shp
*.pkl
*.pb
*.om
*.prototxt
*.caffemodel
# lite opencl compile file
*.cl.inc
# Environments
.env
.venv
env/
venv/
ENV/
*.bak/
# file
*.mp4
*.yuv
*.log
*.h264
*.h265
*.bin
1
https://gitee.com/ascend/samples.git
git@gitee.com:ascend/samples.git
ascend
samples
samples
master

搜索帮助