-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
68 lines (51 loc) · 820 Bytes
/
.gitignore
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
# Temporary files
*.000
*.sch-bak
*.kicad_sch-bak
*.bak
*.bck
*.kicad_pcb-bak
*~
_autosave-*
_saved_*
*.tmp
*-backups/
# Project setting files
*.kicad_prl
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
.dsn
# Exported BOM and Gerber files
# *.xml
*.csv
Thumbs.db
gerbers/
gerbers_*/
production*/
# Archive files
*.zip
*.rar
# Rendered schematics and exported board drawings
*.svg
*.pdf
# Position files for pick&placing
*.pos
#Some useless cache file
fp-info-cache
# "rescue" backup files
rescue-backup/
# panel files
panel*kicad_pcb
panel*kicad_prl
panel*kicad_pro
# extra panel files - blacklisted until -f added
panel_*.json
\#auto_saved_files#
# 3D files
*.step
# BOM
*.csv
# KiCad lock file
*.lck