diff options
| author | Michal Hanus <mikehanus@protonmail.com> | 2026-02-19 18:07:11 +0100 |
|---|---|---|
| committer | Michal Hanus <mikehanus@protonmail.com> | 2026-02-19 18:07:11 +0100 |
| commit | 3aab76fcfbdbcab5df5c2d3cbb32c6f1db52bd88 (patch) | |
| tree | 2e0488a7f6b0552144f11987064541c49d872003 /.gitignore | |
| parent | ee021f8cfe1761a2be9f7b633e4d6348a9ff4aa8 (diff) | |
rf prototyp
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9d5df93 --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +# For PCBs designed using KiCad: https://www.kicad.org/ +# Format documentation: https://kicad.org/help/file-formats/ + +# Temporary files +*.000 +*.bak +*.bck +*.kicad_pcb-bak +*.kicad_sch-bak +*-backups +*-cache* +*-bak +*-bak* +*~ +~* +_autosave-* +\#auto_saved_files\# +*.tmp +*-save.pro +*-save.kicad_pcb +fp-info-cache +~*.lck +\#auto_saved_files# + +# Netlist files (exported from Eeschema) +*.net + +# Autorouter files (exported from Pcbnew) +*.dsn +*.ses + +# Exported BOM files +*.xml +*.csv + +# Archived Backups (KiCad 6.0) +**/*-backups/*.zip + +# Local project settings +*.kicad_prl |
