vnpy/.gitignore
2015-10-13 16:41:55 +08:00

43 lines
347 B
Plaintext

# C++源代码
ipch/
Release/
*.sdf
*.sln
*.suo
*.exp
*.pdb
*.filters
*.vcxproj
*.cd
# Python编译文件
*.pyc
# WingIDE文件
*.wpr
*.wpu
# 压缩文件
*.zip
# API的.con文件
*.con
# visual studio
*.opensdf
# 本地持久化文件
*.vn
# word文档
*.doc
*.docx
# 其他文件
*.dump
*.vssettings
vn.ctp/build/*
vn.lts/build/*
.idea