-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
107 lines (92 loc) · 1.63 KB
/
Copy path.gitignore
File metadata and controls
107 lines (92 loc) · 1.63 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
# Build outputs
*.raw
*.raw.*
*.iso
*.tar.zst
*.tar.gz
out/
ostree-export/
aurora-rootfs*
bootable*
qtbase-contents/
# BST / build cache
.bst/
.bst2/
.tmp/
.build-out-direct/
.podman-tmp/
# VM / firmware
.ovmf-vars.fd
# Initramfs working dirs
initrd-final/
initrd-abs/
initrd-deploy/
initramfs-manual/
# Debug checkouts
org.kde.plasma/
kwin-fixed
kwin-local
kde/
patched-repos/
# AI agent runtime artifacts (not project content)
.claude/
.gemini/
.antigravitycli/
.pi/
# AI session logs
copilot-session-*.md
nohup.out
# Python
__pycache__/
*.pyc
# Local files directory (BST test content, not build inputs)
files/
# Dev/session artifacts — not part of the build
AURORA_VM_USAGE.sh
BUILD_GUIDE.md
BUILD_PROGRESS.md
COMPLETED.md
GITHUB_ISSUES_AND_TODOS.md
LESSONS_LEARNED_*.md
NEXT_ACTIONS_*.md
NEXT_STEPS.md
PLASMA_*.md
RECOVERY*.md
SESSION_*.md
STATUS.md
TROUBLESHOOTING.md
VULKAN_*.md
state_snapshot.xml
build-recovery-prompt.txt
# Dev-time scripts
bst-cache-pull.sh
bst-cache-push.sh
bst-dashboard.py
bst-failure-recovery.py
bst.yml
build.sh
build_monitor.sh
monitor*.sh
monitor_loop*.py
rebuild-with-ssh.sh
run-build-with-recovery.sh
toggle-loop.sh
# Old build configs (superseded by project.conf + BuildGrid)
buildbarn-config*.yaml
buildbarn-config*.json
frontend-update.jsonnet
project-artifacts*.yaml
junction.refs
# Root-level skill stubs (use .claude/skills/ instead)
*.skill
# Research/reference caches
arch-pkgbuilds/
kde-linux-packages.txt
patches/
# Old local-build Containerfiles
/Containerfile
Containerfile-final
# Misc build outputs
scripts/org.osbuild.bootc.install-to-filesystem
scripts/parity-check.py
files/fakecap-manifest.tsv