0
mirror of https://github.com/incutec-hw/OpenRX.git synced 2026-08-14 22:39:44 +00:00
Files
incutec-OpenRX/.gitattributes
JustStan c01d9c16b5 Standardise: six design docs into one AGENTS.md, trimmed README (#26)
Adopts the org-wide shape for a multi-variant repo. The root DESIGN.md and the
four per-variant DESIGN.md files become a single AGENTS.md: the family circuit,
antennas, pad map, pin map and firmware targets once, then a section per
variant. Cross-references between the old files become in-document anchors, all
of which resolve.

Every variant gains a .kicad_dru carrying the canonical block. Lite and
Lite-UFL had none at all; Mono and Gemini had 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 per-variant detail, and
the prose status line. The four OSHWA UIDs stay, one per variant.

No schematic, board or project file is touched.

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-14 00:01:49 +02:00

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