-
Notifications
You must be signed in to change notification settings - Fork 199
/
.gitignore
82 lines (68 loc) · 931 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Generated files
atomizerd
sentineld
shardd
shard-cli
atomizer-cli
benchmark-makeblock
client-cli
tests/run_unit_tests
tools/txtester/tx-generator
tools/txtester/tx-player
archiverd
# ignore generated docs
doxygen_generated
# Default build folder
build/
# Default dependency installation folder
prefix/
# 3rd party generated files
3rdparty/secp256k1_genctx
3rdparty/src/ecmult_static_context.h
Makefile
CMakeCache.txt
.*.swp
*.*~*
*.bak
*.rej
*.orig
*.pyc
*.o
*.o-*
*.a
*.log
*.tgz
leveldb*/
NuRaft*/
curl*/
jsoncpp*/
ethash*/
lua-*/
benchmark-results/
CMakeFiles/
plots/
.deps/
.libs/
runtime_locking_shard*_raft*
runtime_locking_shard*_raft*/
ticket_machine_raft_*
ticket_machine_raft_*/
# Database
blocks.dat
test_db
# System files
.DS_Store
.dirstamp
# IDE support
.vscode/
.idea/
cmake-build-*/
# Regtest output files
*.gcov
*.xml
build/gcov_data
build/tests
# E2E Test results
testruns/
# Virtualenv
.py_venv/