update .gitignore

main
EmaMaker 2024-03-23 20:24:48 +01:00
parent 3621b727b9
commit eadb65f9bf
1 changed files with 18 additions and 18 deletions

36
.gitignore vendored
View File

@ -3,29 +3,29 @@
# 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
**/*.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
**/*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
**/*.dsn
**/*.ses
# Exported BOM files
*.xml
*.csv
**/*.xml
**/*.csv