diff options
| author | Vasile Vilvoiu <vasi.vilvoiu@gmail.com> | 2020-10-31 19:46:57 +0200 |
|---|---|---|
| committer | Vasile Vilvoiu <vasi.vilvoiu@gmail.com> | 2020-10-31 19:46:57 +0200 |
| commit | 2e0350c71473aa1ee7c07b6c114b980b119ee34f (patch) | |
| tree | 5e68884a6e6294d788dccb383861d2f4b715f637 /kicad/.gitignore | |
| parent | f3f27c6d7f26a5e7957481febb4b8a1ef3a4107d (diff) | |
Add kicad dir
Diffstat (limited to 'kicad/.gitignore')
| -rw-r--r-- | kicad/.gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/kicad/.gitignore b/kicad/.gitignore new file mode 100644 index 0000000..8695657 --- /dev/null +++ b/kicad/.gitignore @@ -0,0 +1,29 @@ +# 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 + +# Exported PDF files +*.pdf
\ No newline at end of file |
