diff --git a/.gitignore b/.gitignore index f97d733..3fe19b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,22 @@ -# ignore SolidWorks temporary files +# Temporary files KiCAD +*.000 +*.bak +*.bck +*.kicad_pcb-bak +*.sch-bak +*~ +_autosave-* +*.tmp +*-save.pro +*-save.kicad_pcb +fp-info-cache +# Netlist files (exported from Eeschema) +*.net +# Autorouter files (exported from Pcbnew) +*.dsn +*.ses + +# ignore SolidWorks temporary files & logs ~$*.SLDPRT ~$*.SLDASM +*.log