mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 09:51:42 -05:00
KiCAD: ignore more temp files and generated data
This commit is contained in:
parent
fed72cc405
commit
17a0db2466
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue