.gitignore 123 B

12345678910111213141516
  1. build_output/
  2. *.fdb_latexmk
  3. *.aux
  4. # LTSpice
  5. *.raw
  6. *.log
  7. *.net
  8. *.plt
  9. # Office Calc
  10. *.xlsx#
  11. .~lock.BOM.ods#
  12. # Python
  13. *.pyc