forked from nervosnetwork/ckb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
68 lines (58 loc) · 809 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
# Compiled files
*.o
*.so
*.rlib
*.dll
# Executables
*.exe
# intermedia file directory
target/
target-cache/
*/target/
# target symlink in integration test folder
test/target
# Cargo lock in subs
**/Cargo.lock
# editor specific
# vim stuff
*.swp
# emacs stuff
*~
# vscode
.vscode
# jetbrains ide stuff
.idea
*.iml
# mac stuff
.DS_Store
# ctags
tags
# project env
.env
# vagrant file
.vagrant
# runtime folder
/ckb.toml
/ckb-miner.toml
/default.db-options
/data
/specs
/ckb-dev
/ckb-testnet
/ckb-mainnet
# tmp files
*.pyc
/test/integration.log
/test/integration.failure
cargo-publish.log
*.bak
# generated files
cobertura.xml
/rpc/json/rpc.expect.json
/docs/ckb_rpc_openrpc
# proptest
**/proptest-regressions
# generated coverage report files
*.profraw
lcov-unit-test.info
lcov-integration-test.info