mirror of
https://codeberg.org/buildacubesat-project/bac-hardware.git
synced 2026-04-13 10:45:54 +00:00
Full history preserved at buildacubesat-archive/bac-hardware (tag: archive-preprune-2026-01-15). Source commit: d073c27b2d50e3f6b97c3c1f11f1b9646280a7ce
46 lines
687 B
Plaintext
46 lines
687 B
Plaintext
# ---> 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
|
|
*auto_saved_files*
|
|
*~*
|
|
**/*-backups/
|
|
*.kicad_sch.lck
|
|
**/fp-info-cache
|
|
|
|
# Netlist files (exported from Eeschema)
|
|
*.net
|
|
|
|
# Autorouter files (exported from Pcbnew)
|
|
*.dsn
|
|
*.ses
|
|
|
|
# Directories that containt a bunch of binaries
|
|
resources/appnotes/
|
|
resources/datasheets/
|
|
resources/devkits/
|
|
**/fabrication/
|
|
**/assembly/
|
|
**/release/
|
|
**/releases/
|
|
|
|
# uv Virtual Environment
|
|
.venv
|
|
|
|
# Large binaries
|
|
**/*.zip
|