INA848_INA849_Gain_Block/.gitignore

34 lines
457 B
Plaintext
Raw Permalink Normal View History

2024-05-08 14:53:48 +08:00
# ---> KiCad
# For PCBs designed using KiCad: https://www.kicad.org/
# Format documentation: https://kicad.org/help/file-formats/
2024-05-08 15:30:26 +08:00
production/*
2024-05-08 14:53:48 +08:00
# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.kicad_sch-bak
*-backups
*.kicad_prl
*.sch-bak
*~
_autosave-*
*.tmp
*-save.pro
*-save.kicad_pcb
2024-05-08 15:30:26 +08:00
*.lck
2024-05-08 14:53:48 +08:00
fp-info-cache
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Exported BOM files
*.xml
*.csv
2024-05-08 15:30:26 +08:00
*.json