diff options
author | Stephen <webmaster@scd31.com> | 2023-04-26 16:42:12 -0300 |
---|---|---|
committer | Stephen <webmaster@scd31.com> | 2023-04-26 16:42:12 -0300 |
commit | f96c8b4d76ef5af67f0c819ade70c6bc87154e5d (patch) | |
tree | d16f3d112325107daf8bd1f6107c61b35a0d1ffe /.gitignore | |
download | pi-hardware-f96c8b4d76ef5af67f0c819ade70c6bc87154e5d.tar.gz pi-hardware-f96c8b4d76ef5af67f0c819ade70c6bc87154e5d.tar.bz2 pi-hardware-f96c8b4d76ef5af67f0c819ade70c6bc87154e5d.zip |
initial commit. sent to fab
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ca82c9f --- /dev/null +++ b/.gitignore @@ -0,0 +1,44 @@ +# Created by https://www.toptal.com/developers/gitignore/api/kicad +# Edit at https://www.toptal.com/developers/gitignore?templates=kicad + +### KiCad ### +# For PCBs designed using KiCad: https://www.kicad.org/ +# Format documentation: https://kicad.org/help/file-formats/ + +# Temporary files +*.000 +*.bak +*.bck +*.kicad_pcb-bak +*.kicad_sch-bak +*-backups +*.kicad_prl +*.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 + +# Exported BOM files +*.xml +*.csv + +### KiCad Patch ### +rescue-backup/ + +*.tsv +bom/ + +# Gerber export output +out/ + +# End of https://www.toptal.com/developers/gitignore/api/kicad |