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 1a9f616 commit de2539aCopy full SHA for de2539a
Eagle.gitignore
@@ -4,6 +4,9 @@
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
@@ -31,14 +34,19 @@ eagle.epf
31
34
*.drl
32
35
*.gpi
33
36
*.pls
37
+*.ger
38
+*.gpi
39
+*.xln
40
41
*.drd
42
*.drd.*
43
44
+*.s#*
45
+*.b#*
46
+
47
*.info
48
49
*.eps
50
51
# file locks introduced since 7.x
52
*.lck
-
0 commit comments