You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by di...@apache.org on 2019/12/23 17:10:29 UTC

[incubator-teaclave-sgx-sdk] branch master updated: Fix http_req

This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git


The following commit(s) were added to refs/heads/master by this push:
     new e817eb5  Fix http_req
     new 2210f8f  Merge pull request #187 from 60ke/master
e817eb5 is described below

commit e817eb5d17bf36b41def3207b4e0b102b563ac07
Author: 60ke <i5...@live.com>
AuthorDate: Mon Dec 23 17:36:54 2019 +0800

    Fix http_req
---
 samplecode/http_req/.gitignore     | 8 --------
 samplecode/http_req/bin/readme.txt | 1 +
 samplecode/http_req/lib/readme.txt | 1 +
 3 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/samplecode/http_req/.gitignore b/samplecode/http_req/.gitignore
deleted file mode 100644
index 600fece..0000000
--- a/samplecode/http_req/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-lib
-bin
-app/target
-enclave/target
-*.c
-*.h
-*.o
-*.a
diff --git a/samplecode/http_req/bin/readme.txt b/samplecode/http_req/bin/readme.txt
new file mode 100644
index 0000000..c5e82d7
--- /dev/null
+++ b/samplecode/http_req/bin/readme.txt
@@ -0,0 +1 @@
+bin
\ No newline at end of file
diff --git a/samplecode/http_req/lib/readme.txt b/samplecode/http_req/lib/readme.txt
new file mode 100644
index 0000000..7951405
--- /dev/null
+++ b/samplecode/http_req/lib/readme.txt
@@ -0,0 +1 @@
+lib
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org