mirror of
https://github.com/oresat/oresat-c3-hardware.git
synced 2025-12-30 08:27:27 +00:00
Updated to KiCad 9.0.6. Updated to version 6.1; there are small changes that have been lost in time. Lots of new ERC and DRC errors that need to be cleaned up.
91 lines
1.1 KiB
Plaintext
91 lines
1.1 KiB
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
|
|
|
|
# Netlist files (exported from Eeschema)
|
|
*.net
|
|
|
|
# Autorouter files (exported from Pcbnew)
|
|
*.dsn
|
|
*.ses
|
|
|
|
# Exported BOM files
|
|
*.xml
|
|
*.csv
|
|
|
|
# ----------------------------------------------------------------------------
|
|
|
|
# Ignore list for Eagle, a PCB layout tool
|
|
|
|
# Backup files
|
|
*.s#?
|
|
*.b#?
|
|
*.l#?
|
|
*.d#?
|
|
*.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
|
|
*.gpi
|
|
*.xln
|
|
|
|
*.drd
|
|
*.drd.*
|
|
|
|
*.s#*
|
|
*.b#*
|
|
|
|
*.info
|
|
|
|
*.eps
|
|
|
|
# file locks introduced since 7.x
|
|
*.lck
|