-
Notifications
You must be signed in to change notification settings - Fork 203
/
.gitignore
82 lines (67 loc) · 1.08 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# profile
*.profile
profile/
# vendor dir.
vendor
vendor.*
# ide files.
.idea
.vscode
# Mac temp files.
.DS_Store
# build files
neb
neb-*
cmd/network/network
!cmd/neb
debug
cmd/console/neb.js/dist/
*.report
*.report.xml
*.log
nf/nvm/native-lib
native-lib
# test debug
*.test
# db
*.db
normal.db*
# c/cpp temp files.
*.o
# 3rd test suites.
mozilla_js_tests*
#keydir
#node_modules
node_modules
#log
logs/
crash.log
#pprof
cpuprofile.log
memprofile.log
#testnet
testnet/conf/network.key
#nbre
nbre/3rd_party/boost_1_67_0/
nbre/3rd_party/bzip2-1.0.6/
nbre/3rd_party/cfe-6.0.1.src/
nbre/3rd_party/clang-tools-extra-6.0.1.src/
nbre/3rd_party/cmake-3.12.2/
nbre/3rd_party/compiler-rt-6.0.1.src/
nbre/3rd_party/grpc.tar.gz
nbre/3rd_party/libcxx-6.0.1.src/
nbre/3rd_party/libcxxabi-6.0.1.src/
nbre/3rd_party/libunwind-6.0.1.src/
nbre/3rd_party/lld-6.0.1.src/
nbre/3rd_party/llvm-6.0.1.src/
nbre/3rd_party/llvm-build/
nbre/3rd_party/snappy
nbre/3rd_party/zlib
nbre/3rd_party/zstd-1.1.3/
nbre/3rd_party/gflags/
nbre/3rd_party/grpc
nbre/3rd_party/cryptopp/
nbre/bin/
nbre/build/
nbre/lib/
nbre/lib_llvm/