1 Star 0 Fork 700

i-robot / samples

forked from Ascend / samples 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.gitignore 677 Bytes
Copy Edit Raw Blame History
fuyangchenghu authored 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/I-am-a-robot/samples.git
git@gitee.com:I-am-a-robot/samples.git
I-am-a-robot
samples
samples
master

Search

53164aa7 5694891 3bd8fe86 5694891