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 9510518 commit 4f10796Copy full SHA for 4f10796
Hardware/.gitignore
@@ -0,0 +1,51 @@
1
+# Ignore list for Eagle, a PCB layout tool
2
+
3
+# Backup files
4
+*.s#?
5
+*.b#?
6
+*.l#?
7
+*.b$?
8
+*.s$?
9
+*.l$?
10
11
+# Eagle project file
12
+# It contains a serial number and references to the file structure
13
+# on your computer.
14
+# comment the following line if you want to have your project file included.
15
+eagle.epf
16
17
+# Autorouter files
18
+*.pro
19
+*.job
20
21
+# CAM files
22
+*.$$$
23
+*.cmp
24
+*.ly2
25
+*.l15
26
+*.sol
27
+*.plc
28
+*.stc
29
+*.sts
30
+*.crc
31
+*.crs
32
33
+*.dri
34
+*.drl
35
+*.gpi
36
+*.pls
37
+*.ger
38
+*.xln
39
40
+*.drd
41
+*.drd.*
42
43
+*.s#*
44
+*.b#*
45
46
+*.info
47
48
+*.eps
49
50
+# file locks introduced since 7.x
51
+*.lck
0 commit comments