forked from deislabs/mystikos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
94 lines (93 loc) · 2.08 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
.vscode
build/
*.o
*.a
*.pem
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/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/