diff options
author | Jed Barber <jjbarber@y7mail.com> | 2014-01-28 02:28:09 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2014-01-28 02:28:09 +1100 |
commit | 890860ce3825981fa1bb1692b899854dca28cf3d (patch) | |
tree | ad6cb8e462fe53a601c552fc1434f48a8fad1673 /.gitignore | |
parent | cd6b654eeacfb033f1977b81ad1f152ec040cca2 (diff) |
Ignore files generated by LTspice simulations
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..489eee4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ + +# ignore files generated by LTspice simulations + +*.log +*.raw |