Skip to content

Commit 0400872

Browse files
author
Paul Betts
committed
Merge pull request #198 from mibe/target
Target3001
2 parents 85d1796 + d641ef9 commit 0400872

1 file changed

Lines changed: 82 additions & 0 deletions

File tree

Target3001.gitignore

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
# Ignore list for Target 3001!, a PCB layout tool
2+
3+
# mutex file
4+
*.T300[01]OPEN
5+
6+
# Drill output
7+
*.DRL
8+
*.BHR
9+
BOHRPICT.3001
10+
11+
# Backup files
12+
# (see http://server.ibfriedrich.com/wiki/ibfwikide/index.php?title=Backup)
13+
BackupFiles
14+
*.BK?
15+
*_w?.T300[01]
16+
*_m?.T300[01]
17+
*_m??.T300[01]
18+
19+
# Autosave files
20+
*.T300[01]?
21+
22+
# Gerber output
23+
*.Apr
24+
*.BLN
25+
*.Bot
26+
*.Drill
27+
*.GER
28+
*.Hole
29+
*.Info
30+
*.L*
31+
*.NamesBot
32+
*.NamesTop
33+
*.Outline
34+
*.PadStack*
35+
*.PasteBot
36+
*.PasteTop
37+
*.PosiBot
38+
*.PosiTop
39+
*.SB
40+
*.Special*
41+
*.ST
42+
*.StopBot
43+
*.StopTop
44+
*.Tool
45+
*.Top
46+
*.ValuesBot
47+
*.ValuesTop
48+
*.Whl
49+
50+
# production formats
51+
*.cnc
52+
*.fab
53+
*.cad
54+
*.GDS
55+
*.exc
56+
excellon.txt
57+
*.stk
58+
*.ncp
59+
*.pcb
60+
*.cbt
61+
*.vhf
62+
*.iso
63+
64+
# exchange formats
65+
*.DXF
66+
*.PS
67+
*.TIF
68+
*.NET
69+
*.PLT
70+
*.HPGL
71+
*.emn
72+
*.stp
73+
*.tgr
74+
*.dif
75+
*.emp
76+
77+
# cable loom
78+
*.dsi
79+
*.pnm
80+
*.wrl
81+
*.ADPT
82+
*.AZO

0 commit comments

Comments
 (0)