-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (30 loc) · 1.04 KB
/
Copy path.gitignore
File metadata and controls
34 lines (30 loc) · 1.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
# Rust
/target/
/native/**/target/
Cargo.lock.bak
**/*.rs.bk
# Java
*.class
/java/out/
/java/target/
/bench/out/
# gate-run.sh's two API builds (before/after) + its bench build. Its results/gate-*.csv are
# NOT ignored: a real gate run is banked deliberately, by the results commit §5 requires.
/bench/out-gate/
/bench/lib/*.jar
/valhalla-lab/out/
# run.sh's own compiled output (results/*-api, results/*-lab class trees) — the
# .txt/.diff/.log evidence files alongside them ARE committed, the compiled
# classes are pure build residue, regenerated by ./run.sh on demand.
/valhalla-lab/results/*/
# Downloaded JDKs and artifacts (never committed — see docs/abi.md and
# .claude/knowledge/jdk-toolchain-facts.md for how to obtain them)
*.tar.gz
# OS / editor noise
.DS_Store
*.swp
# R8 build artifacts — the reproducer sources and pinned observations are committed;
# the .so / binary / cargo target are rebuilt by the commands in R8's header.
valhalla-lab/reproducers/*.so
valhalla-lab/reproducers/r8_standalone
valhalla-lab/reproducers/r8-ndarray/target/