usdx-kamocat/.gitignore

34 wiersze
459 B
Plaintext

2020-06-02 23:19:56 +00:00
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
# Format documentation: http://kicad-pcb.org/help/file-formats/
# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.sch-bak
*~
_autosave-*
*.tmp
*-save.pro
*-save.kicad_pcb
fp-info-cache
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Exported BOM files
*.xml
2020-08-25 20:40:42 +00:00
#*.csv
# Hardware Datasheets
datasheets/
2020-08-08 03:17:29 +00:00
# Compiled files
**/build/
**/.dep/