-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (31 loc) · 971 Bytes
/
Copy path.gitignore
File metadata and controls
36 lines (31 loc) · 971 Bytes
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
/target
**/*.rs.bk
# Cargo.lock IS committed (bin crate — CI `--locked` + reproducibility). The detached
# audit-harness lockfiles stay ignored (see the audit-harness section below).
# Session/working notes are kept out of the tracked tree.
/research/SESSION-CONTEXT.md
# Valgrind / debugger core dumps
vgcore.*
**/vgcore.*
*.core
# Binary VM-lab artifacts — the vendor-oracle lab is external; never vendor VM blobs.
# (Receipts, scripts, drivers, and serial logs ARE kept; only binaries are excluded.)
**/*.iso
**/*.qcow2
**/*.img
**/*.fd
**/*.tar.gz
**/*.tar.lz
**/*.tar.xz
**/*.bz2
**/*.xz
**/*.lz
**/*.zip
# The vendor-oracle lab + zdump-rs are EXTERNAL sibling repos (../zic-rs-vendor-oracle-lab,
# ../zdump-rs) — moved out of research/; nothing to ignore inside this repo.
# audit harness build artifacts
audits/*/harness/target/
audits/*/harness/verif/
audits/loom/harness/Cargo.lock
audits/crux-mir/harness/Cargo.lock
audits/creusot/harness/Cargo.lock