1 Star 0 Fork 8

tmddriver / nf-interpreter

forked from 蛋蛋 / nf-interpreter 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
José Simões 提交于 2017-05-04 14:12 . Add nf test app (#287)
# ignore all ZIP files
*.zip
# ignore build folder
/build/
# ignore cmake-variants file (will change frequently per user/board setup, use should derive content from cmake-variants.TEMPLATE.json)
cmake-variants.json
# Visual Studio Code
# ignore C/C++ launch file (will change frequently per user/board setup, use should derive content from launch.TEMPLATE.json)
.vscode/launch.json
.vscode/.cmaketools.json
.vscode/settings.json
.vscode/tasks.json
.vscode/extensions.json
# Visual Studio
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
# User-specific files
*.suo
*.user
# Build results
[Dd]ebug/
[Rr]elease/
[Rr]eleases/
[Bb]in/
[Oo]bj/
# Visual Studio 2015 cache/options directory
.vs/
# Visual C++ cache files
*.VC.db
# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
C++
1
https://gitee.com/tmddriver/nf-interpreter.git
git@gitee.com:tmddriver/nf-interpreter.git
tmddriver
nf-interpreter
nf-interpreter
master

搜索帮助