From 8765d61aca4e43cc404cdff62d8e541b53057572 Mon Sep 17 00:00:00 2001 From: hoijui Date: Fri, 26 Jun 2020 09:15:05 +0200 Subject: [PATCH] git ignore more files created by KiCAD (& co.) --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.gitignore b/.gitignore index c29a749..19c9588 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,27 @@ +# OSX thumbnails cache file .DS_Store + + +# For PCBs designed using KiCad: http://www.kicad-pcb.org/ +# Format documentation: http://kicad-pcb.org/help/file-formats/ + +# Temporary files +*.000 *.bak +*.bck *.kicad_pcb-bak +*.sch-bak +*~ +_autosave-* +*.tmp +*-save.pro +*-save.kicad_pcb +fp-info-cache gerber/ + +# Netlist files (exported from Eeschema) +*.net + +# Autorouter files (exported from Pcbnew) +*.dsn +*.ses