From 6383e106695483f7f6037420bb4b2e421fc0865b Mon Sep 17 00:00:00 2001 From: Julian Daube Date: Sun, 28 Jul 2019 17:30:34 +0200 Subject: [PATCH] add gitignore for kicad --- kicad/.gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 kicad/.gitignore diff --git a/kicad/.gitignore b/kicad/.gitignore new file mode 100644 index 0000000..5cfb0c1 --- /dev/null +++ b/kicad/.gitignore @@ -0,0 +1,25 @@ +# 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 +*~ +_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