Added V1
This commit is contained in:
51
.gitignore
vendored
Normal file
51
.gitignore
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
# KiCad temporary files
|
||||
*.000
|
||||
*.bak
|
||||
*.bck
|
||||
*.kicad_pcb-bak
|
||||
*.kicad_sch-bak
|
||||
*.kicad_prl
|
||||
*.kicad_pro-bak
|
||||
*-backups/
|
||||
*.lck
|
||||
*.tmp
|
||||
_autosave-*
|
||||
\#auto_saved_files\#
|
||||
|
||||
# Gerber/manufacturing output
|
||||
*-job.gbrjob
|
||||
gerbers/
|
||||
*.zip
|
||||
|
||||
# 3D cache files
|
||||
*.3dshapes/
|
||||
*.wrl
|
||||
*.step
|
||||
*.stp
|
||||
*.stpz
|
||||
fp-info-cache
|
||||
|
||||
# KiCad library cache
|
||||
*-cache.lib
|
||||
*-cache.kicad_sym
|
||||
*-rescue.lib
|
||||
*-rescue.kicad_sym
|
||||
sym-lib-table
|
||||
fp-lib-table
|
||||
|
||||
# Build outputs
|
||||
*.gbr
|
||||
*.drl
|
||||
*.csv
|
||||
*.pos
|
||||
*.rpt
|
||||
*.xml
|
||||
*.d356
|
||||
*.plt
|
||||
*.pdf
|
||||
*.ps
|
||||
|
||||
# OS specific
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*~
|
||||
Reference in New Issue
Block a user