-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
76 lines (64 loc) · 2.04 KB
/
Copy path.gitignore
File metadata and controls
76 lines (64 loc) · 2.04 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
target/
dist/
node_modules/
*.dylib
*.so
*.dll
*.a
*.app/
# Perry build artifacts
*.ts.o
*_ts.o
package-lock.json
# macOS junk
.DS_Store
# Per-binary outputs from Perry compile (executable name = TS file basename)
examples/pong/pong_test
examples/renderer-test/main
examples/renderer-test/renderer-test
examples/renderer-test/bloom-renderer-test
examples/renderer-test/argv_test
examples/renderer-test/debug_ffi
examples/pbr-spheres/main
examples/sponza/main
examples/intel-sponza/main
examples/intel-sponza/assets/NewSponza_Main_glTF_003.*
examples/intel-sponza/assets/textures/
examples/bistro/main
examples/bistro/assets/
# Validation artifacts (regenerated on demand by tools/validate.sh)
examples/renderer-test/*.png
examples/pbr-spheres/*.png
tools/bloom-reference/*.png
tools/bloom-diff/diff-*.png
tools/validate-out/
# Throwaway probe scripts
/test_*.ts
_perry_stubs.o
# jolt-prebuilt archives are produced by CI's matrix build (one slice per
# (os, arch)) and assembled into npm/jolt-prebuilt/lib/<target>/ in the
# publish-jolt-prebuilt job — see .github/workflows/release.yml. Devs may
# also drop local builds in here for spike work via build.rs; never commit
# those, the canonical bytes come from CI artifacts.
npm/jolt-prebuilt/lib/
# Claude Code harness-local state
.claude/scheduled_tasks.lock
# Perry compiler cache
.perry-cache/
# CMake build tree from local bloom_jolt builds (CI produces the canonical archives)
native/third_party/bloom_jolt/build/
# Perf sweep outputs
examples/intel-sponza/sweep.csv
# Local research / external-engine reference clones. Not part of the
# Bloom source tree — each dir is a full Unity / Unreal / Three.js /
# Babylon.js project set up locally for side-by-side perf comparison
# during Lumen work. Multi-GB; commit individually if ever needed.
tools/babylonjs_reference/
tools/threejs_reference/
tools/unity_reference/
tools/unreal_reference/
tools/dump_dds/target/
tools/dump_dds/Cargo.lock
examples/intel-sponza/assets/outdoor.hdr
# Golden-test failure artifacts (written next to the golden on mismatch)
*.actual.png