diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-08-13 18:07:47 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-08-13 18:07:47 -0400 |
| commit | 25510be02aa9a0b0ef84ee0bdf633cdeb2bf7689 (patch) | |
| tree | 02215fc4865a0b0ed23e7ea379a6a1268987a57f /.gitignore | |
Squashed 'clef/' content from commit 2248c22
git-subtree-dir: clef
git-subtree-split: 2248c226c3df644ce74cbc45940dd6f390f62296
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4d36fb6 --- /dev/null +++ b/.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/ +*/fab/* + +/production/ +/panel/ +panel.* +/bom/ |
