diff options
| author | Vasile Vilvoiu <vasi.vilvoiu@gmail.com> | 2020-10-31 19:44:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-31 19:44:21 +0200 |
| commit | f3f27c6d7f26a5e7957481febb4b8a1ef3a4107d (patch) | |
| tree | d885258ab087ee57a0b48f694bc57cfd94a5b655 /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..853ee63 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# For PCBs designed using KiCad: http://www.kicad-pcb.org/ +# Format documentation: http://kicad-pcb.org/help/file-formats/ + +# Temporary files +*.000 +*.bak +*.bck +*.kicad_pcb-bak +*.sch-bak +*~ +_autosave-* +*.tmp +*-save.pro +*-save.kicad_pcb +fp-info-cache + +# Netlist files (exported from Eeschema) +*.net + +# Autorouter files (exported from Pcbnew) +*.dsn +*.ses + +# Exported BOM files +*.xml +*.csv |
