summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 2c0c28e446f501df61843a607d284a251f071f72 (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
/rev*/*.000
/rev*/*.bak
/rev*/*.bck
/rev*/*.kicad_pcb-bak
/rev*/*.kicad_sch-bak
/rev*/*-backups
/rev*/*.kicad_prl
/rev*/*.sch-bak
/rev*/*~
/rev*/_autosave-*
/rev*/*.tmp
/rev*/*-save.pro
/rev*/*-save.kicad_pcb
/rev*/fp-info-cache

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

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

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

# Libs
/rev*/Lib/*.bak

# Production Files
/rev*/Production/