-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.hgignore
151 lines (135 loc) · 1.59 KB
/
.hgignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# Build suppport
.libs
.deps
.dirstamp
Makefile.in
aclocal.m4
autom4te.cache
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
missing
stamp-h1
# Compilation objects
\.o
\.lo
# Libtool wrappers
\.la
# Binaries or their equiv libtool wrappers
amsbenchr
amsbenchs
amsd
amshello
amslog
amslogprt
amsshell
aoslsi
aoslso
bpadmin
bpcancel
bpchat
bpclock
bpcounter
bpdriver
bpecho
bping
bplist
bprecvfile
bpsendfile
bpsink
bpsource
bpstats
bpstats2
bptrace
bputa
brsccla
brsscla
cfdpadmin
cfdpclock
cfdptest
dgr2file
dgrcla
dtn2admin
dtn2adminep
dtn2fw
file2dgr
file2sdr
file2sm
file2tcp
file2udp
hmackeys
ionadmin
ionsecadmin
ipnadmin
ipnadminep
ipnfw
lgagent
lgsend
ltpadmin
ltpcli
ltpclo
ltpclock
ltpcounter
ltpdriver
ltpmeter
owltsim
owlttb
psmshell
psmwatch
ramsgate
rfxclock
sdr2file
sdrmend
sdrwatch
sm2file
smlistsh
stcpcli
stcpclo
tcp2file
tcpcli
tcpclo
udp2file
udpcli
udpclo
udplsi
udplso
# Compiled manpages (not the pod sources)
.*/doc/.*\.1
.*/doc/.*\.3
.*/doc/.*\.5
# Compiled documentation
.*/doc/.*\.1.ps
.*/doc/.*\.3.ps
.*/doc/.*\.5.ps
ION.pdf
doc/ION-beginning.ps
doc/ION-manpages.ps
doc/appendix-a-contents.ps
doc/appendix-a-contents.txt
# Test output
ion.log
# Produced test support
tests/retest
# Compiled test binaries (or libtool wrappers)
tests/1000.loopback/dotest
tests/1300.loopback-tcp/dotest
tests/1400.loopback-stcp/dotest
tests/1500.loopback-brs/dotest
tests/issue-188-common-cos-syntax/dotest
tests/issue-260-teach-valgrind-mtake/domtake
# Editor swap files
\.*\.swp
.git/*
build*/*
# Coverage Files
\.gcno
\.gcda
build/*