blob: a9d1f2ff1c4f99c0fd0b5a3dc57991c9a6788c05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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/
|