You've already forked oresat-cfc-hardware
mirror of
https://github.com/oresat/oresat-cfc-hardware.git
synced 2026-06-27 21:48:59 +00:00
changed to hierarchy view, changed all global net labels to hierarchy labels, changed all resistor, capacitor, and ground symbols to modern oresat labels. Deleted connectors sheet and added .history to gitignore.
94 lines
1.1 KiB
Plaintext
94 lines
1.1 KiB
Plaintext
# PSAS local folders
|
|
|
|
archive
|
|
local-archive
|
|
build
|
|
gerbers
|
|
|
|
# Ignore list for Eagle, a PCB layout tool
|
|
|
|
# Backup files
|
|
*.s#?
|
|
*.b#?
|
|
*.l#?
|
|
*.b$?
|
|
*.s$?
|
|
*.l$?
|
|
|
|
# Eagle project file
|
|
# It contains a serial number and references to the file structure
|
|
# on your computer.
|
|
# comment the following line if you want to have your project file included.
|
|
eagle.epf
|
|
|
|
# Autorouter files
|
|
*.pro
|
|
*.job
|
|
|
|
# CAM files
|
|
*.$$$
|
|
*.cmp
|
|
*.ly2
|
|
*.l15
|
|
*.sol
|
|
*.plc
|
|
*.stc
|
|
*.sts
|
|
*.crc
|
|
*.crs
|
|
|
|
*.dri
|
|
*.drl
|
|
*.gpi
|
|
*.pls
|
|
*.ger
|
|
*.xln
|
|
|
|
*.drd
|
|
*.drd.*
|
|
|
|
*.s#*
|
|
*.b#*
|
|
|
|
*.info
|
|
|
|
*.eps
|
|
|
|
# file locks introduced since 7.x
|
|
*.lck
|
|
.DS_Store
|
|
|
|
|
|
# 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
|
|
oresat-symbols.bak
|
|
|
|
# Netlist files (exported from Eeschema)
|
|
*.net
|
|
|
|
# Autorouter files (exported from Pcbnew)
|
|
*.dsn
|
|
*.ses
|
|
|
|
# Exported BOM files
|
|
*.xml
|
|
*.csv
|
|
cfc-processor-card-v2/.history/
|
|
cfc-sensor-card-v2/.history/
|