1 Star 0 Fork 0

AntiEntropieR/sundials

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
David Gardner 提交于 2024-12-10 18:49 . Feature: Logging Updates (#501)
# /
/.cache
/.project
/builddir
/build*
/instdir
/install*
/TPLs
/tarballs
/thirdparty
# IDE/tool created
/autom4te.cache
/.settings
/.cproject
/.autotools
*.kdev4
*.directory
/.pydevproject
.vscode
compile_commands.json
# custom test environment setup script
/test/env/env.sh
# directories and files created by testing scripts
/test/answers*
!/test/answers
/test/build_*
/test/install_*
/test/tarballs
/test/suntest.log
# misc
*.backup
*.orig
*.nvvp
*.ptp-sync*
*.project
*.cproject
*~
\#*
# OS X
.DS_Store
# Fortran mod files
*.mod
# files created by latex documentation
/doc/*/*.aux
/doc/*/*.bbl
/doc/*/*.blg
/doc/*/*.idx
/doc/*/*.ilg
/doc/*/*.ind
/doc/*/*.lof
/doc/*/*.lot
/doc/*/*.toc
/doc/*/*.out
/doc/*/*.log
# directories created by/for Sphinx documentation
/doc/.pyvenv
/doc/*/guide/build/
/doc/*/examples/build/
/doc/build/
/doc/*/build/
/doc/shared/__pycache__
# PDFs of user guides and example docs
/doc/*/*_guide.pdf
/doc/*/*_examples.pdf
# uberenv
uberenv_libs
# swig
/swig/swig
# tools
/tools/suntools/__pycache__
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/antientropier/sundials.git
git@gitee.com:antientropier/sundials.git
antientropier
sundials
sundials
main

搜索帮助