-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
55 lines (50 loc) · 1.02 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
*.a
*.o
*.swp
*.swo
*.pb.h
*.pb.cc
*.pb.go
*.so
*.cmd
*.exe
*.bin
*.pem
app1_data/
app2_data/
simpleserver
provisioning/
host/host
enclave/enclave
*attestation_t.h
*attestation_t.c
*attestation_u.h
*attestation_u.c
*attestation_args.h
# These platform-specific files will be provided by the user.
*/simple_app_under_sev/platform_data/*.json
*/simple_app_under_sev/platform_data/*.der
# Ignore ISLET-related download and build artifacts
*shim_test
*.tar.gz
# Ignore files generated by SWIG / Python bindings' build process(es)
.pytest_cache/
__pycache__
certifier_framework_wrap.cc
certifier_tests_wrap.cc
certifier_pb2.py
certifier_framework.py
libcertifier_framework.py
certifier_tests.py
libcertifier_tests.py
swigpytests.py
src/*wrap.cc*
# Generated by running simple_app
sample_apps/simple_app/policy_key.cc
tests/pytests/data/policy_store
# Generated for running pytests/test_client_server_mtls.py
tests/pytests/data/server.*
tests/pytests/data/client.*
tests/pytests/data/server-*
tests/pytests/data/client-*
tests/pytests/data/*rootCA*