From 062e799b1b90e149eba0f181eeff88ebab0eb981 Mon Sep 17 00:00:00 2001 From: Laurent Claude Date: Sat, 22 Jul 2023 19:47:40 +0200 Subject: [PATCH] update .gitignore --- .gitignore | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 035a276..8c8469c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,32 @@ -Horloge_Nixie-backups/ +# ---> KiCad +# For PCBs designed using KiCad: https://www.kicad.org/ +# Format documentation: https://kicad.org/help/file-formats/ + +# Temporary files +*.000 +*.bak +*.bck +*.kicad_pcb-bak +*.kicad_sch-bak +*-backups +*.kicad_prl +*.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 + *.lck