forked from inferno-os/inferno-os
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
227 lines (187 loc) · 3.95 KB
/
.gitignore
File metadata and controls
227 lines (187 loc) · 3.95 KB
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
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk
# =========================
# Operating System Files
# =========================
# OSX
# =========================
.DS_Store
.AppleDouble
.LSOverride
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
*.caeracme
*.obj
*.pdb
sys/emu/Nt/iacme.map
*.a
tmp/plumb.log
sys/emu/Nt/iacme.exe
*.map
sys/emu/Nt/icell.exe
.hgignore
iacme.exe
*.o
o.emu
o.*
services/httpd/httpd.log
**/Dockerfile
!/Dockerfile
!.clusterfuzzlite/Dockerfile
# Compiled Limbo bytecode in source tree (build artifacts)
# Note: dis/*.dis (runtime files) are TRACKED, matching upstream Inferno OS
/appl/**/*.dis
/appl/**/*.sbl
# Also exclude tests build artifacts
/tests/**/*.dis
/tests/**/*.sbl
/tests/.server-b.log
/tests/.test-*.log
# Root-level build artifacts (stray compiles)
/*.dis
/*.sbl
# Debug symbols in runtime dis tree
/dis/**/*.sbl
# Compiled test bytecode in dis tree
/dis/tests/*.dis
/dis/lib/testing_test.dis
# CI/local test output
test-output.txt
# Xenith plugin build artifacts (built from appl/xenith/xenith/)
/xenith/dis/
.env
# Claude Code local settings
.claude/settings.local.json
# Veltro API keys (secrets)
lib/veltro/keys/
# Site-local NDB config (contains private IPs/hostnames, API URLs, model choices)
lib/ndb/local
lib/ndb/llm
# =========================
# Build Artifacts
# =========================
# Host platform binaries and libraries
Linux/*/bin/*
Linux/*/lib/*
MacOSX/*/bin/*
MacOSX/*/lib/*
Nt/*/bin/*
Nt/*/lib/*
# Emulator binaries (built locally)
emu/*/o.emu
emu/*/o.*
emu/*/InferNode
# Bootstrap mk build output
utils/mk/mk
# Generated emulator source
emu/*/emu.c
emu/*/emu.root.c
emu/*/emu.root.h
emu/*/errstr.h
emu/*/srv.h
emu/*/srvm.h
# Generated interpreter headers
libinterp/*.h
# Parser generated files
limbo/y.tab.c
limbo/y.tab.h
# Scratch compiled test files (covered by /appl/**/*.dis and /tests/**/*.dis above)
Linux/arm/bin/data2s
emu/Linux/emu.c
emu/Linux/emu.root.c
emu/Linux/emu.root.h
emu/Linux/errstr.h
emu/Linux/srv.h
emu/Linux/srvm.h
libinterp/cryptmod.h
libinterp/drawmod.h
libinterp/ipintsmod.h
libinterp/keyring.h
libinterp/keyringif.h
libinterp/mathmod.h
libinterp/runt.h
libinterp/sysmod.h
limbo/y.tab.c
limbo/y.tab.h
Linux/arm/bin/*
Linux/arm64/bin/*
Linux/amd64/bin/*
# Benchmark build artifacts and results
benchmarks/_build/
benchmarks/_results/
# GoDis compiled binary
tools/godis/godis
# Inferno temp files and runtime data
tmp/*.pdfi*
tmp/plumb.log
tmp/.veltro/
# Stale build artifacts placed in wrong location (authoritative copies are in dis/)
dis/cmd/luci*.dis
dis/cmd/luci*.sbl
# Stray files
fprint'
# Windows build generated files
emu/Nt/emu-config.c
emu/Nt/emu-gui-config.c
emu/Nt/SDL3.dll
limbo/incpath.h
utils/mk/rootpath.h
SDL3-dev/
emu_stderr.txt
input.txt
nul
# Runtime / scratch directories
dev/
tmp/
hello-test/
# Root-level generated headers (stray builds)
/srv.h
/srvm.h
# Inferno mount points (should never contain real files)
tool/
# SPIN model checker generated files
formal-verification/spin/pan
formal-verification/spin/pan.*
formal-verification/spin/*.trail
formal-verification/spin/_spin_nvr.tmp
# CBMC generated logs and outputs
formal-verification/cbmc/*.log
formal-verification/cbmc/Bounds
formal-verification/cbmc/Overflow
formal-verification/cbmc/(fd
formal-verification/cbmc/(mnthash).log
formal-verification/cbmc/allocation).log
mnt/
# Local test data
usr/inferno/test-pdfs/
# Secstore credentials (PAK verifiers + encrypted key blobs)
usr/inferno/secstore/*/
# User state markers (written at runtime, not distribution defaults)
lib/veltro/welcome_shown
lib/veltro/tour_offered
dis/mermaid_test.dis