forked from deislabs/mystikos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
142 lines (140 loc) · 3.24 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
.vscode
build/
*.o
*.a
*.pem
*.swp
*appdir*
*lcov*
*.gc*
third_party/musl/musl/lib
third_party/enclave-musl/musl/lib/
**/*.signed/*
rootfs
samples/alpine/alpine-minirootfs.tar.gz
tests/libc-test/srcdir/
__pycache__
_testing.log
third_party/enclave-musl/musl/objects.mak
samples/alpine/appdir/
samples/dlopen/appdir/main
samples/pthread/appdir/
samples/ssl-glibc/appdir/ssl_client1
samples/ssl-glibc/appdir/ssl_server
samples/ssl/appdir/ssl_client1
samples/ssl/appdir/ssl_server
tests/argv/appdir/
tests/cpuid/appdir/
tests/getcwd/appdir/
tests/getpid/appdir/
tests/libc-test/appdir/
tests/nbio/appdir/
tests/rdtsc/appdir/
tests/shlib/appdir/
tests/urandom/appdir/
samples/echo/appdir/
samples/gencreds2/appdir/bin/
samples/curl/appdir/curl
samples/goodbye/appdir/goodbye
tests/libc/appdir/
tests/thread/appdir/
tests/gdb/appdir/
tests/gdb/myst_gdb_out.log
tests/lldb/appdir/
tests/lldb/myst_lldb_out.log
tests/dlopen/appdir/
.gdb_history
tests/pthread/appdir/
tests/alpine/appdir/
tests/myst/exec-not-signed/appdir/
tests/myst/exec-not-signed/result
tests/mount/appdir/
samples/ssl/ramfs/
solutions/attested_tls/ramfs/
tests/myst/exec-package/appdir/
tests/myst/exec-package/myst/
tests/myst/exec-package/result
tests/hello/appdir/
tests/fstat/appdir/
tests/dup/appdir/
tests/ids/appdir/
tests/poll/appdir/
tests/sendmsg/appdir/
tests/sockets/appdir/
tests/clock/appdir/
tests/pollpipe/appdir/
tests/sysinfo/appdir/
third_party/libc-test/libc-test/
tests/pipesz/appdir/
tests/futex/appdir/
tests/epoll/appdir/
tests/oe/seal/appdir/
tests/cpp-exceptions/appdir/
tests/cpp-exceptions/libcxx-tests/
tests/curl/appdir/
tests/signal/appdir/
tests/ext2fs/appdir/
tests/luks/appdir/
tests/verity/appdir/
third_party/mbedtls/mbedtls/
tests/ext2part/appdir/
tests/luksverity/appdir/
samples/ext2rootfs/appdir/
samples/ext2rootfs/keyfile
samples/ext2rootfs/rootfs2
tests/fs/appdir/
tests/fs/ext2rootfs
tests/libc2/appdir/
tests/inotify/appdir/
tests/hostfs/appdir/
tests/ext2/crypt/appdir/
tests/ext2/verity/appdir/
tests/myst/exec-package-ext2/myst/
tests/msync/appdir/
tests/tlscert/appdir/
tests/wake_and_kill/appdir/
third_party/musl/crt/musl/
tests/msync/tests
tests/network/appdir/
third_party/musl/pristine/musl/
tests/fs/hostfs/
third_party/musl/crt/musl/
third_party/musl/crt/musl/
tests/msync/tests
tests/network/appdir/
third_party/musl/pristine/musl/
tests/cross_fs_symlinks/appdir/
tests/cross_fs_symlinks/ext2rootfs
tests/cross_fs_symlinks/roothash
tests/libcxx/appdir/
tests/ltp/appdir/
tests/ltp/ltp/
tests/shared_symbols/appdir/bin/shared_symbols
tests/procfs/appdir
third_party/gcompat/gcompat/
tests/dotnet-ubuntu/appdir/
tests/dotnet-ubuntu/ext2fs
tests/dotnet-ubuntu/roothash
tests/myst/exec-signed-1/appdir/
tests/myst/exec-signed-1/result
tests/myst/exec-signed-2/appdir/
tests/myst/exec-signed-2/result
tests/robust/appdir/
tests/arch_prctl/appdir
tests/callonce/appdir/
tests/devfs/appdir/
tests/tlscert2/appdir/
tests/dotnet-proc-maps/appdir/
tests/fork/appdir/
tests/pollpipe2/appdir/
tests/syscall_exception/appdir/
tests/polleventfd/appdir/
tests/mutex/appdir/
tests/eventfd/appdir/
tests/myst/auto-mount/ext2rootfs
tests/myst/auto-mount/roothash
tests/futex/futex
tests/ext2/plain/test_read_write
tests/dotnet-proc-maps/stdout.txt
solutions/aspnet/client.output
solutions/aspnet/server.output