forked from succinctlabs/sp1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (34 loc) · 696 Bytes
/
.gitignore
File metadata and controls
43 lines (34 loc) · 696 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
37
38
39
40
41
42
43
# Cargo build
**/target
# Cargo config
.cargo
# Profile-guided optimization
/tmp
pgo-data.profdata
# MacOS nuisances
.DS_Store
# Proofs
**/proof-with-pis.bin
**/proof-with-io.bin
**/program.bin
**/stdin.bin
# Example fibonacci groth16 / plonk proofs
examples/fibonacci/fibonacci-groth16.bin
examples/fibonacci/fibonacci-plonk.bin
# Benchmark
benchmark.csv
# Environment
.env
# Build Artifacts
recursion/gnark-ffi/build
crates/prover/build
crates/prover/data
crates/prover/*.tar.gz
crates/prover/Groth16Verifier.sol
crates/prover/pk
crates/prover/powersOfTau28_hez_final.ptau
crates/prover/semaphore-gnark-11
crates/prover/trusted-setup
crates/prover/vk
# Example legacy elf
examples/elf