-
Notifications
You must be signed in to change notification settings - Fork 33
/
.gitignore
62 lines (46 loc) · 927 Bytes
/
.gitignore
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
# Generated by Cargo
# will have compiled files and executables
debug/
**/target/
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
cmd/ef_tests/ethrex/vectors
cmd/ef_tests/levm/vectors
# Repos checked out by make target
hive/
ethereum-package/
.docker_build_stamp
**/.DS_Store
**/.vscode
# EVM Mlir stuff
**/*.mlir
**/*.ll
**/*.o
**/*.asm
crates/levm_mlir/output
crates/levm_mlir/ethtests
crates/levm_mlir/*.tar.gz
# ethrex L2 stuff
volumes
jwt.hex
# Used by the make test target
/tmp
tests_v3.0.0.tar.gz
.env
levm_ef_tests_report.txt
levm_ef_tests_summary_slack.txt
levm_ef_tests_summary_github.txt
levm_ef_tests_summary.txt
results.md
loc_report.md
loc_report_slack.txt
loc_report_github.txt
loc_report.json
ethrex.redb
# used by Flamegraph and Samply
cmd/ef_tests/levm/levm_perfgraphs
*.svg
prof_*.json
prof.json