Skip to content

Commit 2f62ac8

Browse files
committed
BLD: first pass at ecall
1 parent d6be988 commit 2f62ac8

File tree

24 files changed

+147
-6343
lines changed

24 files changed

+147
-6343
lines changed

.gitignore

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ Cargo.lock
1111
*.so
1212
*.so.*
1313

14+
#generated proxy
15+
hello-rust/bin/app
16+
hello-rust/**/*_u.c
17+
hello-rust/**/*_u.h
18+
hello-rust/**/*_t.c
19+
hello-rust/**/*_t.h
20+
safetrace/**/*_u.c
21+
safetrace/**/*_u.h
22+
safetrace/**/*_t.c
23+
safetrace/**/*_t.h
24+
1425
**/target
1526
*.wasm
1627

@@ -43,9 +54,6 @@ Enclave_t.h
4354
bin/
4455
lib/
4556

46-
# enigma-types
47-
enigma-types.h
48-
4957
# Prerequisites
5058
*.d
5159

enclave/enigma-types/Cargo.toml

Lines changed: 0 additions & 24 deletions
This file was deleted.

enclave/enigma-types/build.rs

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)