commit b0fcd32885b66b9b03158c48639a6f100567058e Author: Max Litruv Boonzaayer Date: Sat Sep 1 21:19:14 2018 +1000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..198392e --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# 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 +*~ +_autosave-* +*.tmp +*-cache.lib +*-rescue.lib +*-save.pro +*-save.kicad_pcb + +# Netlist files (exported from Eeschema) +*.net + +# Autorouter files (exported from Pcbnew) +*.dsn +*.ses + +# Exported BOM files +*.xml +*.csv