diff options
Diffstat (limited to 'hw/.gitignore')
| -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/ |
