42 lines
658 B
Text
42 lines
658 B
Text
|
###KiCad###
|
||
|
|
||
|
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
|
||
|
|
||
|
# Temporary files
|
||
|
*.000
|
||
|
*.bak
|
||
|
*.bck
|
||
|
*.kicad_pcb-bak
|
||
|
*~
|
||
|
_autosave-*
|
||
|
*.tmp
|
||
|
|
||
|
# Netlist files (exported from Eeschema)
|
||
|
*.net
|
||
|
|
||
|
# Autorouter files (exported from Pcbnew)
|
||
|
*.dsn
|
||
|
*.ses
|
||
|
|
||
|
# Exported BOM files
|
||
|
*.xml
|
||
|
*.csv
|
||
|
|
||
|
|
||
|
###SublimeText###
|
||
|
|
||
|
# cache files for sublime text
|
||
|
*.tmlanguage.cache
|
||
|
*.tmPreferences.cache
|
||
|
*.stTheme.cache
|
||
|
|
||
|
# workspace files are user-specific
|
||
|
*.sublime-workspace
|
||
|
|
||
|
# project files should be checked into the repository, unless a significant
|
||
|
# proportion of contributors will probably not be using SublimeText
|
||
|
# *.sublime-project
|
||
|
|
||
|
# sftp configuration file
|
||
|
sftp-config.json
|