What .gitignore to use for LTSpice XVII projects?
Besides the .asc files containing the circuit to simulate, LTSpice XVII genates .log, .raw and .op.raw files during simulation. Usually, you don’t want to commit those files.
This is the .gitignore file I use to manage my LTSpice XVII projects:
.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