From a8c36bb0b4abb5a8850edf77a10f4c3dabc50817 Mon Sep 17 00:00:00 2001 From: polymurph Date: Sun, 23 Jan 2022 13:47:48 +0100 Subject: [PATCH] added .gitignore --- .gitignore | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4fb5f7e --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# 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 + +# vscode stuff +.vscode \ No newline at end of file