From 17a0db246681594e4d6d47e3aa5e2c6b216f3471 Mon Sep 17 00:00:00 2001 From: Martin d'Allens Date: Fri, 18 Dec 2015 19:07:50 +0100 Subject: [PATCH] KiCAD: ignore more temp files and generated data --- KiCad.gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index 24cddf9b..1b3bb8d9 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -5,9 +5,19 @@ *.bak *.bck *.kicad_pcb-bak +*~ +_autosave-* +*.tmp # Netlist files (exported from Eeschema) *.net # Autorouter files (exported from Pcbnew) .dsn + +# Exported BOM files +*.xml +*.csv + +# Other system files +.DS_Store