forked from blockchainsllc/DAO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
48 lines (43 loc) · 890 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
# 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/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
# 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