diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-09-03 01:02:44 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-09-03 01:02:44 -0400 |
| commit | 3b1c092f67fbc840409a599f96857ce6028e2ad3 (patch) | |
| tree | 56a6414fb111f4bd28e8775baf17da84dde92794 /hw | |
| parent | 982798292719a24bcbb4f9e17cd5c65c8a46ecda (diff) | |
init firmware
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/.gitignore | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/hw/.gitignore b/hw/.gitignore new file mode 100644 index 0000000..95929f0 --- /dev/null +++ b/hw/.gitignore @@ -0,0 +1,35 @@ +*-backups/ +*.lck +fp-info-cache +_autosave-* +*.kicad_prl +*.*-bak +*.bak +*.backups +*.net +*.dsn +*.ses +*.xml +*.csv +*.000 +*.tmp +*-save.pro +*-save.kicad_pcb +\#auto-saved-files\# +\#auto_saved_files\# +sym-lib-table +*.gbr +*.gbrjob +*.drl +*/fab_out/* +!*/fab_out/*.FlatPrj +__pycache__/ +*.pyc +/fab/ +/fab_out/ + +/production/ +/panel/ +panel.* +!panel.nix +/bom/ |
