forked from trustwallet/wallet-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
89 lines (76 loc) · 1.58 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
83
84
85
86
87
88
89
# Misc
.DS_Store
# Build directories
.build/
build/
xcode/
cmake-build-debug/
.cquery_cache/
.cxx/
.cache/
# Dependencies
node_modules
lib/json
lib/protobuf
# Editor
*~
*.orig
.idea/
.vscode/
.project
.history/
# Generated files
jni/cpp/generated
jni/java/wallet/core/jni
jni/java/wallet/core/proto
swift/Sources/Generated
swift/wallet-core/
src/Generated
include/TrustWalletCore/TWHRP.h
include/TrustWalletCore/TW*Proto.h
include/TrustWalletCore/TWDerivation.h
include/TrustWalletCore/TWEthereumChainID.h
# Wasm
emsdk/
wasm-build/
# Code coverage files
coverage.info
coverage/
swift/test_output/
# Sourcetrail
*.srctrldb
*.srctrlbm
# Samples -- iOS
Pods/
# Samples -- C++
# build
samples/cpp/CMakeFiles
samples/cpp/CMakeCache.txt
samples/cpp/Makefile
samples/cpp/*.cmake
# built binary
samples/cpp/sample
*.xcuserdatad/
/openplatform/Makefile
/openplatform/libtrust-core-jvm.dylib
/openplatform/CMakeCache.txt
/openplatform/cmake_install.cmake
/openplatform/CMakeFiles/
/open-platform/libtrust-core-jvm.dylib
/open-platform/CMakeCache.txt
/open-platform/cmake_install.cmake
/open-platform/CMakeFiles/
/open-platform/java/Makefile
/open-platform/java/CMakeCache.txt
/open-platform/java/cmake_install.cmake
/open-platform/java/CMakeFiles/
/open-platform/core-cpp/Makefile
/open-platform/core-cpp/libOpenWallet.a
/open-platform/core-cpp/CMakeCache.txt
/open-platform/core-cpp/cmake_install.cmake
/open-platform/core-cpp/CMakeFiles/
/open-platform/java/CMakeFiles/
/open-platform/java/CMakeCache.txt
/open-platform/java/cmake_install.cmake
/open-platform/java/libtrust-core-jvm.dylib
/open-platform/java/Makefile