1 Star 0 Fork 0

iwangyuezhang/fmm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 799 Bytes
一键复制 编辑 原始数据 按行查看 历史
Can Yang 提交于 2020-04-05 15:47 . Update docs of the code
# folders
bin/
input/
output/
dist/
test/bin/
test/log/
# Doc files
docs/html
# Mac
**/.DS_Store
# Mac
**/.DS_Store
# Cmake
build/
cmake-build-debug/
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
# Projects
*.cbp
*.depend
*.layout
.kdev4/
*.kdev4
.idea/
# log file
*.log
# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
# Binary files
*.bin
*.binary
# bash file to sync file
sync.sh
# Jupyternotebook
.ipynb_checkpoints
*/.ipynb_checkpoints/*
*.pyc
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/iwangyuezhang/fmm.git
git@gitee.com:iwangyuezhang/fmm.git
iwangyuezhang
fmm
fmm
master

搜索帮助