You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesatee.apache.org by ms...@apache.org on 2019/11/22 23:16:44 UTC

[incubator-mesatee] branch master updated: Ignore dirty changes in third-party submodule (#82)

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

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mesatee.git


The following commit(s) were added to refs/heads/master by this push:
     new 008f6dd  Ignore dirty changes in third-party submodule (#82)
008f6dd is described below

commit 008f6dd685c17a1280011a53442f04cc49feef30
Author: Mingshen Sun <bo...@mssun.me>
AuthorDate: Fri Nov 22 15:16:37 2019 -0800

    Ignore dirty changes in third-party submodule (#82)
---
 .gitmodules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitmodules b/.gitmodules
index d8d15b1..a10cca2 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,7 @@
 [submodule "third_party/crates-sgx"]
 	path = third_party/crates-sgx
 	url = https://github.com/mesalock-linux/crates-sgx.git
+	ignore = dirty
 [submodule "third_party/rust-sgx-sdk"]
 	path = third_party/rust-sgx-sdk
 	url = https://github.com/baidu/rust-sgx-sdk.git


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