forked from mixbytes/haya
-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
51 lines (44 loc) · 871 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
# general
*.ninja
*.py[co]
*.sw[op]
.DS_Store
/.ccache/
/.idea/
/.vscode
/tags
\#*
\.#*
# project-specific
*.abi.hpp
*.dylib
*.iws
*.ll
*.wallet
*.wast
*.wast.hpp
/build/
/build-debug/
/unittests/test-contracts/build/
/doxygen
/*.doxygen
/genesis.json
/libraries/fc/test/crypto/test_cypher_suites
/libraries/testing/chain_tester
/libraries/types/type_generator
/libraries/types/types_test
/libraries/utilities/git_revision.cpp
/libraries/wallet/Doxyfile
/libraries/wallet/api_documentation.cpp
/libraries/wallet/doxygen
/libraries/wasm-jit/Source/Programs/Assemble
/libraries/wasm-jit/Source/Programs/Disassemble
/libraries/wasm-jit/Source/Programs/Test
/libraries/wasm-jit/Source/Programs/wavm
/programs/cli/config.hpp
/programs/launcher/config.hpp
/programs/node/config.hpp
/programs/wallet/config.hpp
/scripts/tn_init.sh
/tests/plugin_test
/unittests/unit_test