diff --git a/.gitignore b/.gitignore index c29a749..19c9588 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,27 @@ +# OSX thumbnails cache file .DS_Store + + +# For PCBs designed using KiCad: http://www.kicad-pcb.org/ +# Format documentation: http://kicad-pcb.org/help/file-formats/ + +# Temporary files +*.000 *.bak +*.bck *.kicad_pcb-bak +*.sch-bak +*~ +_autosave-* +*.tmp +*-save.pro +*-save.kicad_pcb +fp-info-cache gerber/ + +# Netlist files (exported from Eeschema) +*.net + +# Autorouter files (exported from Pcbnew) +*.dsn +*.ses