We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4aa692 commit f77cb54Copy full SHA for f77cb54
1 file changed
.gitignore
@@ -0,0 +1,31 @@
1
+# For PCBs designed using KiCad: https://www.kicad.org/
2
+# Format documentation: https://kicad.org/help/file-formats/
3
+
4
+# Temporary files
5
+*.000
6
+*.bak
7
+*.bck
8
+*.kicad_pcb-bak
9
+*.kicad_sch-bak
10
+*-backups
11
+*.kicad_prl
12
+*.sch-bak
13
+*~
14
+_autosave-*
15
+*.tmp
16
+*-save.pro
17
+*-save.kicad_pcb
18
+fp-info-cache
19
20
+# Netlist files (exported from Eeschema)
21
+*.net
22
23
+# Autorouter files (exported from Pcbnew)
24
+*.dsn
25
+*.ses
26
27
+# Exported BOM files
28
+*.xml
29
+*.csv
30
31
+*.FCBak
0 commit comments