File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- output /
2- ** /* -backups /
1+ # Created by https://gitignore.org
2+ # KiCad.gitignore
3+
4+ # For PCBs designed using KiCad: https://www.kicad.org/
5+ # Format documentation: https://kicad.org/help/file-formats/
6+
7+ # Temporary files
8+ * .000
9+ * .bak
10+ * .bck
11+ * .kicad_pcb-bak
12+ * .kicad_sch-bak
13+ * -backups
14+ * -cache *
15+ * -bak
16+ * -bak *
17+ * ~
18+ ~ *
19+ _autosave- *
320\# auto_saved_files \#
4- ** /* -bak
5- ** /fp-info-cache
6- /* .xml
7- /* .csv
8- jlcpcb
21+ * .tmp
22+ * -save.pro
23+ * -save.kicad_pcb
24+ fp-info-cache
25+ ~ * .lck
26+ \# auto_saved_files #
27+
28+ # Netlist files (exported from Eeschema)
29+ * .net
30+
31+ # Autorouter files (exported from Pcbnew)
32+ * .dsn
33+ * .ses
34+
35+ # Exported BOM files
36+ * .xml
37+ * .csv
38+
39+ # Archived Backups (KiCad 6.0)
40+ ** /* -backups /* .zip
41+
42+ # Local project settings
43+ * .kicad_prl
44+
945** /* .kicad_sch_old
46+ output /
47+ jlcpcb
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments