-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (35 loc) · 1 KB
/
Copy path.gitignore
File metadata and controls
37 lines (35 loc) · 1 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
/target
/fuzz/target
/fuzz/corpus
/fuzz/artifacts
/fuzz/coverage
**/*.rs.bk
*.uf2
__pycache__/
.direnv/
result
result-*
.DS_Store
/secrets/
secure_boot_*.pem
*.pem
/tools/tui/target/
/tools/emu/target/
# `rsk-emu --store <path>` writes a flash image, and that image holds the device
# seed in the clear — there is no OTP root under an emulator to seal it to. The
# default path is the working directory, so this is the difference between a
# throwaway test key and one committed to a public repository.
*.store
# TLC output: one log per configuration (`formal/run-tlc.sh`), plus the state
# directory TLC creates for its fingerprint set. The summary table is committed
# so the README's results table stays auditable; the ~700 KB of logs behind it
# is regenerated by `./run-tlc.sh all`.
/formal/out/*
!/formal/out/MATRIX.txt
/formal/states/
# Documentation site: build output and the mermaid assets that
# `mdbook-mermaid install` generates next to book.toml (not committed).
/book/
/site/
/mermaid.min.js
/mermaid-init.js