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 a60837d commit c164b2eCopy full SHA for c164b2e
pmod/.gitignore
@@ -0,0 +1,40 @@
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
+*-cache*
12
+*-bak
13
+*-bak*
14
+*~
15
+~*
16
+_autosave-*
17
+\#auto_saved_files\#
18
+*.tmp
19
+*-save.pro
20
+*-save.kicad_pcb
21
+fp-info-cache
22
+~*.lck
23
+\#auto_saved_files#
24
25
+# Netlist files (exported from Eeschema)
26
+*.net
27
28
+# Autorouter files (exported from Pcbnew)
29
+*.dsn
30
+*.ses
31
32
+# Exported BOM files
33
+*.xml
34
+*.csv
35
36
+# Archived Backups (KiCad 6.0)
37
+**/*-backups/*.zip
38
39
+# Local project settings
40
+*.kicad_prl
0 commit comments