You've already forked oresat-gps-hardware
mirror of
https://github.com/oresat/oresat-gps-hardware.git
synced 2026-07-11 15:07:02 +00:00
Updated .gitignore, updates DRU file, moved RF lines to RF-50-MIN (max is just too big), lots of cleanup on the root page to make it pretty, cleaned up some redudant labels, updated SMPM connector and added rule zone, updated PCB outline to include NPTH drills for SMPM connectors, began cleanup of OPD.
36 lines
491 B
Plaintext
36 lines
491 B
Plaintext
# Ignore local archives and build folders
|
|
archive
|
|
build
|
|
|
|
# For PCBs designed using KiCad: https://www.kicad.org/
|
|
# Format documentation: https://kicad.org/help/file-formats/
|
|
|
|
# Temporary files
|
|
*.000
|
|
*.bak
|
|
*.bck
|
|
*.lck
|
|
*.kicad_pcb-bak
|
|
*.kicad_sch-bak
|
|
*-backups
|
|
*.kicad_prl
|
|
*.sch-bak
|
|
*~
|
|
*_autosave-*
|
|
*.tmp
|
|
*-save.pro
|
|
*-save.kicad_pcb
|
|
fp-info-cache
|
|
.history
|
|
|
|
# Netlist files (exported from Eeschema)
|
|
*.net
|
|
|
|
# Autorouter files (exported from Pcbnew)
|
|
*.dsn
|
|
*.ses
|
|
|
|
# Exported BOM files
|
|
*.xml
|
|
*.csv
|