-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy path.gitignore
More file actions
89 lines (74 loc) · 2.07 KB
/
Copy path.gitignore
File metadata and controls
89 lines (74 loc) · 2.07 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
# Build
target/
# Local DRM/DRI3 protocol reference docs gathered for plan research —
# not part of the repo (see docs/superpowers/plans/2026-08-08-dri3-syncobj-drm-signal.md).
/dri3_1.4/
# Runtime logs (reference traces live under docs/assets/)
*.log
!docs/assets/*.log
# Raw measurement captures stay LOCAL. A finding quotes the numbers it drew
# from a run; the multi-hundred-KB `amdgpu_top --json` dump behind it does not
# belong in history. Four went in on 2026-09-03 before this rule and are there
# for good: rewriting shared history would break every fork and every
# contributor branch based on it, which matters more than the ruleset that also
# forbids the force-push. Get it right the first time instead.
docs/superpowers/findings/data/*.json
*.strace
# Stage 5 Task 6.1 vng smoke captures (large, regenerable via
# `just yserver-defpresent-vng-smoke`).
yserver-vng*.submit.tsv
*.submit.tsv
# Worktrees
.worktrees/
# Editor/IDE
.idea/
.vscode/
*.swp
*.swo
*~
opencode.json
# Environment
.env
.env.*
# OS
.DS_Store
Thumbs.db
.claude/
.codex-review-*
# Screenshots / phone photos casually dropped in the repo root for
# debugging — don't commit them.
PXL_*
*.jpg
*.jpeg
*.png
*.heic
# perf data captures (binary, can be large)
*.perf.data
bee-*.data
bee-*.data.old
# Flamegraphs / per-run perf artifacts (binary-ish SVGs, large)
bee-*.svg
# Scanout PPM dumps from yserver SIGUSR1 / hardware smoke (large,
# regenerable, not source-of-truth)
yserver-*-scanout-*.ppm
*.ppm
*.xtrace
# Drawable-dump window list (Ctrl+Alt+F12), regenerable
yserver-drawable-*.txt
picom.out
# GLX TFP probe artifacts (tools/glx-tfp-probe.c build + run output)
/tfp-probe
/tfp-probe.out
/barrier-smoke
/barrier-smoke.out
# Captured server logs kept aside for comparison (can be GB-scale;
# *.log already ignored but .bak / .old copies were not).
*.log.bak
*.log.old
*.log.[0-9]*
# Python bytecode from the tools/ helpers (border-pixmap-check.py imports
# ppm-regions.py by path, which writes one).
__pycache__/
*.pyc
# Verification/agent build dirs — CARGO_TARGET_DIR overrides that are not `target/`
target-*/