-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
306 lines (276 loc) · 3.56 KB
/
.gitignore
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
# SPDX-License-Identifier: MIT-0
# SPDX-FileCopyrightText: Copyright (c) 2006-2025 The DPS8M Development Team
# scspell-id: 678f9a77-f778-11ec-ae0f-80ee73e9b8e7
# Objects
*.o
*.lo
*.a
*.so
a.out
# Patch
.orig
.rej
# Data
*.tap
*.tpc
# Config
serial.txt
# Cruft
.DS_Store
.cproject
.project
.settings/
**/*.code-workspace
**/.vscode/
.nvimlog
.debug
src/mcmb/mcmb.dSYM/
src/prt2pdf/prt2pdf.dSYM/
src/punutil/punutil.dSYM/
src/empty/empty.dSYM/
.Dependency
typescript
*.bak
*.err
"__.SYMDEF SORTED"
log.txt
# Tags
tags
.tags
ctags
.ctags
etags
.etags
.TAGS
TAGS
GRTAGS
GTAGS
GPATH
ID
HTML
GPATH
# Cores
*.core
core
core-*
# Retired
zeromq-4.1.0
czmq-master-ff0d028b16
zyre-master-9d7e62d2c9
# Tests
src/dps8/UnitTests/*.oct
src/dps8/UnitTests/*.pp
# Generated
cflags.L
.builder.txt
.buildos.txt
M.dump
hdbg.list
src/blinkenLights2/blinkenLights2
src/blinkenLights2/blinkenLights2.exe
src/prt2pdf/prt2pdf
src/prt2pdf/prt2pdf.exe
src/punutil/punutil
src/punutil/punutil.exe
src/mcmb/mcmb
src/mcmb/mcmb.exe
src/empty/empty
src/empty/empty.exe
src/dps8/dps8
src/dps8/dps8.exe
src/dps8/ver.h.*
src/dps8/ver.h
src/dps8/errnos.h
tags
dps8m.state
l68.state
.dps8m.state
.l68.state
dps8m*.state
.dps8m*.state
l68*.state
.l68*.state
needrebuild
.needrebuild
rebuild.env
rebuild.vne
.rebuild.env
.rebuild.vne
*.tar.gz
*.tar.xz
*.tar.bz2
*.tar.lz
*.zip
*.tar
*.rar
*.arj
*.Z
*.zpaq
*.zst
*.lzo
*.lzh
*.lha
*.zoo
*.7z
*.d.*
*.ifx
serial.txt
*.Po
*.expand
# Lint
pre-commit-test.txt
flawfinder.txt
lint.txt
olint.txt
cpplint.txt
cppcheck.txt
cppi.txt
*.i
.cppbdir
infer-out/
*.ln
*.Ln
*.LN
orstlint.txt
olint126.txt
oralint126.txt
flawfinder.txt
unused.txt
cppcheck/
blinkenLights2.xml
dpsprintf.xml
punutil.xml
empty.xml
mcmb.xml
simh.xml
decNumber.xml
dps8.xml
dps8m.xml
prt2pdf.xml
cppcheck.xml
log.pvs
pvsreport/
.PVS-Studio/
*.PVS-Studio.cfg
.coverity/
cov-int/
dps8m-simulator.xz
# Oracle Performance Analyzer
src/dps8/dps8.analyze
src/empty/empty.analyze
src/mcmb/mcmb.analyze
src/prt2pdf/prt2pdf.analyze
src/punutil/punutil.analyze
# Vim
*.*.swp
session.vim
Session.vim.vim
.vimundo
.nvimundo
.vimsession
.nvimsession
.undodir
.session
.sessions
# Emacs
*~
# Output
*.toc
*.log
*.log.*
*.aux
*.out
*.wasm
*.worker.js
# Sim
src/dps8/MR12.*
src/dps8/*.tap
src/dps8/dps8.map
src/dps8/*.d
src/dps8/MR12.3/
# Local
GNUmakefile.local
.autoenv
.envrc
# CI/CD
out
dumalog.txt
src/ci-kit/.yoyodyne.s4
src/ci-kit/run
src/ci-kit/dps8m
options*.txt
output.txt
pages/
public/
# Common Targets
all
clean
osconf
distclean
superclean
realclean
reallyclean
# Local libuv
libuv/
libuv*.tar*
libuv-local/
libuv-1.x/
# Profiling
*.gcda
*.gcov
*.gcno
*.profdata
*.profout
*.profraw
.profile_data
# Docs
docs/yaml/docinfo-post.yml
docs/*.tmp
docs/*.sav
docs/md/showtemp.md
docs/md/_cmdout.md
docs/commandref.md
docs/md/commandref.md
docs/dps8*.pdf
docs/docsdocker
docs/stage?.pdf
docs/temp.out
docs/pdf/neato.pdf
docs/pdf/iomcon.pdf
docs/pdf/storage.pdf
docs/pdf/gvsubset.pdf
# Clang
compile_commands.json
compile_commands.events.json
src/ci-kit/*san.txt
QuickStart_MR*/
# CCTree
cctree.db
CCTree.db
# Pages
docs/hpages/public
docs/hpages/resources
docs/hpages/.hugo_build.lock
# Distkit build
src/LICENSE.txt
src/README.txt
# NSIS
.nsis/bin/??-bit/*.exe
.nsis/*.exe
.nsis/share/*.pdf
.nsis/share/LICENSE.md
.nsis/dps8m-master-win-setup.exe
# direnv
.envrc
.direnv
# Understand
*.und/
# libbacktrace
src/libbacktrace/.libs/
src/libbacktrace/Makefile
src/libbacktrace/backtrace-supported.h
src/libbacktrace/config.h
src/libbacktrace/config.status
src/libbacktrace/install-debuginfo-for-buildid.sh
src/libbacktrace/libtool
src/libbacktrace/stamp-h1