diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-03-13 15:11:11 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-03-13 15:11:11 -0400 |
| commit | 327fded67824564aecb8bb5370a571086a00c26e (patch) | |
| tree | 290b0d8713bc37cfbb6a57ff6a95b006fb705d3c /.gitignore | |
init
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..faa118e --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +*-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/
\ No newline at end of file |
