diff --git a/KiCad.gitignore b/KiCad.gitignore index 24cddf9b..1b3bb8d9 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -5,9 +5,19 @@ *.bak *.bck *.kicad_pcb-bak +*~ +_autosave-* +*.tmp # Netlist files (exported from Eeschema) *.net # Autorouter files (exported from Pcbnew) .dsn + +# Exported BOM files +*.xml +*.csv + +# Other system files +.DS_Store