-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (54 loc) · 817 Bytes
/
.gitignore
File metadata and controls
63 lines (54 loc) · 817 Bytes
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
# Generated by Cargo
# will have compiled files and executables
**/target/
# These are backup files generated by rustfmt
**/*.rs.bk
rust-sgx-sdk/*
output/*.log
intel_cert/key.txt
intel_cert/spid.txt
# SGX Files
Enclave_u.c
**/Enclave_u.h
Enclave_t.c
Enclave_t.h
helloworld/bin/app
core/bin/
core/lib/
Anonify_common_u.c
Anonify_common_t.c
Anonify_common_t.h
Anonify_common_u.h
Anonify_test_u.c
Anonify_test_t.c
Anonify_test_t.h
Anonify_test_u.h
anonify-types.h
!core/enclave/anonify-types.h
!core/host/anonify-types.h
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Compiled Dynamic libraries
*.so
*.so.*
*.dylib
*.dll
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
/contract-build
/build
/pathsecrets
.env
.anonify
/anonify-contracts
Enclave.prd.config.xml
/.vscode/**
occlum-instance/