diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-09-02 19:53:43 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-09-02 19:53:43 -0400 |
| commit | 982798292719a24bcbb4f9e17cd5c65c8a46ecda (patch) | |
| tree | 11800fcb5a70f21903aeebed407473420bbe0d41 /hw/clef/.gitignore | |
| parent | 5ddfa32166cee8b2f91f37f9037eb26c182c2125 (diff) | |
move hw into subdirectory
Diffstat (limited to 'hw/clef/.gitignore')
| -rw-r--r-- | hw/clef/.gitignore | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/hw/clef/.gitignore b/hw/clef/.gitignore new file mode 100644 index 0000000..3159192 --- /dev/null +++ b/hw/clef/.gitignore @@ -0,0 +1,36 @@ +*-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/ +*/fab/* + +/production/ +/panel/ +panel.* +/bom/ +!panel.nix |
