Skip to content

Commit b7d7871

Browse files
author
Jim Lindblom
committed
Adding .gitignore.
1 parent ee657bd commit b7d7871

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.gitignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Ignore list for Eagle, a PCB layout tool
2+
3+
# Backup files
4+
*.s#?
5+
*.b#?
6+
*.l#?
7+
8+
# Eagle project file
9+
# It contains a serial number and references to the file structure
10+
# on your computer.
11+
# comment the following line if you want to have your project file included.
12+
eagle.epf
13+
14+
# CAM files
15+
*.$$$
16+
*.cmp
17+
*.ly2
18+
*.l15
19+
*.sol
20+
*.plc
21+
*.stc
22+
*.sts
23+
*.crc
24+
*.crs
25+
26+
*.dri
27+
*.drl
28+
*.gpi
29+
*.pls
30+
31+
*.drd
32+
*.drd.*
33+
34+
*.info
35+
36+
*.eps

0 commit comments

Comments
 (0)