You've already forked incutec-OpenFC-Lite-Mini
mirror of
https://github.com/incutec-hw/OpenFC-Lite-Mini.git
synced 2026-08-31 17:26:11 +00:00
Adopts the org-wide shape, matching the ESC and RX repos. Four root files, CONTRIBUTING is a stub pointing at OpenDrone-hw/.github. AGENTS.md replaces hardware/docs/DESIGN.md and the gitignored CLAUDE.md, and absorbs the EMC checklist and layout notes that were sitting in hardware/tools/. It states in the Repo table that this project is called OpenFC in both FC repos, which is the ambiguity that has already caused a part to be imported into the wrong one. hardware/OpenFC.kicad_dru now carries the canonical block. On OpenFC-Lite the file existed on disk but was gitignored and untracked, so the design intent had never reached the repo. Its previous content was a single rule conditioned on a "50Ohm" netclass that no project in the org defines, so it could never fire. README drops the repository layout, build commands and manufacturing detail, and the prose status line. OSHWA certification stays. No schematic, board or project file is touched. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
22 lines
628 B
Plaintext
22 lines
628 B
Plaintext
# -text disables end-of-line normalisation. KiCad writes these files itself;
|
|
# rewriting line endings on checkout produces whole-file diffs on the wrong
|
|
# platform.
|
|
#
|
|
# These files cannot be merged. Who is editing which board is settled by
|
|
# talking to each other, not by tooling.
|
|
*.kicad_pcb -text
|
|
*.kicad_sch -text
|
|
*.kicad_pro -text
|
|
|
|
# Binary, so git does not attempt a text diff.
|
|
*.step binary
|
|
*.stp binary
|
|
*.wrl binary
|
|
*.glb binary
|
|
*.png binary
|
|
*.pdf binary
|
|
|
|
# Keep the submodule and the render set out of the repo language statistics.
|
|
libs/** linguist-vendored
|
|
images/** linguist-documentation
|