1
0
mirror of https://github.com/github/gitignore synced 2024-06-20 03:12:50 +02:00

KiCAD: ignore more temp files and generated data

This commit is contained in:
Martin d'Allens 2015-12-18 19:07:50 +01:00 committed by Martin d'Allens
parent fed72cc405
commit 17a0db2466

View File

@ -5,9 +5,19 @@
*.bak *.bak
*.bck *.bck
*.kicad_pcb-bak *.kicad_pcb-bak
*~
_autosave-*
*.tmp
# Netlist files (exported from Eeschema) # Netlist files (exported from Eeschema)
*.net *.net
# Autorouter files (exported from Pcbnew) # Autorouter files (exported from Pcbnew)
.dsn .dsn
# Exported BOM files
*.xml
*.csv
# Other system files
.DS_Store