-
Notifications
You must be signed in to change notification settings - Fork 497
/
.gitignore
66 lines (61 loc) · 1.35 KB
/
.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
# Tests related chain files
tests/data/chaindata/
tests/data/dapp/
tests/data/nodekey
tests/data/history
tests/data/keystore
tests/genesis_block.json
# Tests save files and output
tests/data/saved
tests/out.log.geth
# Ignore created javascript files
tests/deploy.js
tests/deploy_dao_creator.js
tests/deploy_dao.js
tests/deploy_offer.js
tests/deploy_pfoffer.js
tests/deploy_usn.js
tests/deploy_dthpool.js
tests/deposit.js
tests/depositnofunds.js
tests/fund.js
tests/fund_fail.js
tests/fund_fail2.js
tests/fuel.js
tests/fuel_fail.js
tests/fuel_fail2.js
tests/fuel_fail_extrabalance.js
tests/proposal.js
tests/accounts.js
tests/rewards.js
tests/split.js
tests/singlesplit.js
tests/colmattack.js
tests/newcontract.js
tests/newcontractfail.js
tests/multisplitrewards.js
tests/spendall.js
tests/extrabalance.js
tests/stealextrabalance.js
tests/firecontractor.js
tests/dthpool.js
tests/fuel_predictive.js
tests/sampleoffer_dailypayment.js
tests/sampleoffer_daopayownrewards.js
tests/sampleoffer_setrewardvars.js
tests/sampleoffer_changeclient.js
tests/sampleoffer_gettersvt.js
tests/curator_halveminquorum_fueling.js
tests/pfoffer.js
tests/pfoffer_payment.js
tests/pfoffer_checkvotestatus_fail.js
# Ignore deployment related file
deploy/code.js
deploy/prepare.js
# python metadata in tests
*.pyc
# git ignore output of the paper generation
paper/*.aux
paper/*.log
paper/*.out
paper/*.pdf