From 2bda7b48230026b8397eee07dd276eda914df02b Mon Sep 17 00:00:00 2001 From: Darthyson Date: Thu, 19 Mar 2026 08:08:39 +0100 Subject: [PATCH] Add entries for KiCad files to `.gitignore` --- .gitignore | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/.gitignore b/.gitignore index b6c7692..1be8c75 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,47 @@ *.b#* *.s#* *~ + +# KiCad .gitignore fetched on 2026-03-19 from +# https://github.com/github/gitignore/blob/main/KiCad.gitignore + +# 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 +*-cache* +*-bak +*-bak* +*~ +~* +_autosave-* +\#auto_saved_files\# +*.tmp +*-save.pro +*-save.kicad_pcb +fp-info-cache +~*.lck +\#auto_saved_files# + +# Netlist files (exported from Eeschema) +*.net + +# Autorouter files (exported from Pcbnew) +*.dsn +*.ses + +# Exported BOM files +*.xml +*.csv + +# Archived Backups (KiCad 6.0) +**/*-backups/*.zip + +# Local project settings +*.kicad_prl \ No newline at end of file