forked from hyperledger-archives/avalon
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
30 lines (28 loc) · 1002 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
# IDE
.vscode/
# build files
common/sgx_workload/build/
config/Kv_Shared_tmp
config/Kv_Shared_tmp-lock
enclave.pem
examples/apps/build/
examples/common/python/build/
examples/common/python/connectors/direct/tcs_listener/__pycache__/
examples/common/python/crypto/crypto.py
examples/common/python/crypto/crypto_wrap.cpp
examples/common/python/dist/
examples/common/python/tcf_examples_common.egg-info/
examples/enclave_manager/build/
examples/enclave_manager/dist/
examples/enclave_manager/tcf_enclave_manager.egg-info/
examples/enclave_manager/tcf_enclave_manager/__pycache__/
examples/enclave_manager/tcf_enclave_manager/tcf_enclave.py
examples/enclave_manager/tcf_enclave_manager/tcf_enclave_wrap.cpp
tc/sgx/common/build/
tc/sgx/trusted_worker_manager/enclave/build/
tc/sgx/trusted_worker_manager/enclave/deps/
tc/sgx/trusted_worker_manager/enclave_wrapper/enclave_u.c
tc/sgx/trusted_worker_manager/enclave_wrapper/enclave_u.h
tools/build/_dev/
# Byte-compiled / optimized / DLL files
__pycache__/