26 Star 118 Fork 59

physer / starquant

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 852 Bytes
一键复制 编辑 原始数据 按行查看 历史
physer 提交于 2019-06-26 22:31 . fix:paper order bugs
### C++ template
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
### CMake template
CMakeCache.txt
CMakeFiles
CMakeScripts
Makefile
cmake_install.cmake
install_manifest.txt
# Created by .ignore support plugin (hsz.mobi)
.arcconfig
.idea/
# VS related
*.VC.*
*.sln
*.vcxproj*
Debug/
.vs/
.idea/
*_build/
*/tmp/
*.pyc
*.rpm
*build/
cmake-build-debug/
extra_dump.py
.DS_Store
# user defined
*.ipynb
/test/
/research/
*.vscode/
*.pyc
*.yaml
*__pycache__/
/data/*
/etc/*
/result/*
/Result/*
/Research/*
/log/*
/legacy/*
/docs/*
/dist/*
/build/*
*.spec
/mystrategy/*
/teststrategy/*
!/mystrategy/Examplestrategy.py
!/mystrategy/__init__.py
*.ipynb_checkpoints/
C++
1
https://gitee.com/physer/starquant.git
git@gitee.com:physer/starquant.git
physer
starquant
starquant
master

搜索帮助