blob: bd2a541e23cfecc0af828f44d38a98581313af7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# build trees (build/ = fast dev, build-asan/ = sanitizers)
build*/
.cache/
compile_commands.json
# orchestrator working files (briefs in, reports out)
prompts/
reports/
# machine/network specifics for the remote-build helpers (template is committed:
# packaging/remote.local.example). Never commit real hosts/IPs.
packaging/remote.local
# meson subprojects: keep wraps + our patch files, ignore downloaded sources
subprojects/*
!subprojects/*.wrap
!subprojects/packagefiles/
# local spike launcher (run-spike.sh)
/run-spike.sh
# captured unbox stderr from the rml-* run-spike modes (local debug log)
/unbox-rml.log
|