LTSpice XVII 项目使用什么 .gitignore?
除了包含要仿真的电路的 .asc 文件外,LTSpice XVII 在仿真期间生成 .log、.raw 和 .op.raw 文件。通常,你不想提交这些文件。
这是我用来管理 LTSpice XVII 项目的 .gitignore 文件:
.gitignore
*.log
*.raw
*.net
*.fftCheck out similar posts by category:
Electronics
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow