summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 560b26697d294c23a993f69ff95708416eb36901 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# For PCBs designed using KiCad: https://www.kicad.org/
# Format documentation: https://kicad.org/help/file-formats/

# Temporary files
/hardware/*.000
/hardware/*.bak
/hardware/*.bck
/hardware/*.kicad_pcb-bak
/hardware/*.kicad_sch-bak
/hardware/*-backups
/hardware/*.kicad_prl
/hardware/*.sch-bak
/hardware/*~
/hardware/_autosave-*
/hardware/*.tmp
/hardware/*-save.pro
/hardware/*-save.kicad_pcb
/hardware/fp-info-cache

# Netlist files (exported from Eeschema)
/hardware/*.net

# Autorouter files (exported from Pcbnew)
/hardware/*.dsn
/hardware/*.ses

# Exported BOM files
/hardware/*.xml
/hardware/*.csv

# Libs
/hardware/Lib/*.bak

# Production Files
/hardware/Production/