From e0d9b8377c45112e94438aba93b6fc44aeb7b0dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Thu, 23 Jun 2022 14:53:13 +0200 Subject: [PATCH] ignore kicad temp --- .gitignore | 46 +++++++++++++++++++++++++--------------------- 1 file changed, 25 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index 1855a6d..bff861a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,31 +1,35 @@ +# schematic lepton-EDA +*.sch + +# board layout pcb-rnd +*.lht *.lht.* -*.versioned.lht + +# KiCAD +*.kicad_prl +*.kicad_pro-bak +*.xml +fp-info-cache + +# temporary files *~ -*.versioned.sch +\#*\# + +# outputs *.svg +*.png *.pdf *.ps *.zip -*.brd.* -*.ast -*.g2l -*.g3l -*.gbl -*.gbo -*.gbp -*.gbs -*.gko -*.gtl -*.gto -*.gtp -*.gts -*.xln -*.tdx -\#*\# -*.notes.txt *.bom.csv -*.cost.csv *.cpl.csv +*.versioned.* +fabrication + +# scripts and utilities *.json *.rb -geda/footprints/ + +# panel files +panel.* +panel