You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2021/03/09 17:00:19 UTC

[iotdb] 01/03: add iotdb-client-go submodule

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

hxd pushed a commit to branch gitsubmodule2
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit ac3b9436ea0934a1a2dc091dfff0bb14ad4b3019
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Wed Mar 10 00:35:08 2021 +0800

    add iotdb-client-go submodule
---
 .gitmodules     |  3 +++
 iotdb-client-go |  1 +
 pom.xml         | 10 +++++++---
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..c9e2bd7
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "iotdb-client-go"]
+	path = iotdb-client-go
+	url = git@github.com:apache/iotdb-client-go.git
diff --git a/iotdb-client-go b/iotdb-client-go
new file mode 160000
index 0000000..03a810b
--- /dev/null
+++ b/iotdb-client-go
@@ -0,0 +1 @@
+Subproject commit 03a810bf61559583da85c625382b8044cc13909d
diff --git a/pom.xml b/pom.xml
index e249644..660d97b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -555,6 +555,7 @@
                             <exclude>**/.git/**</exclude>
                             <exclude>**/.mvn/**</exclude>
                             <exclude>**/.gitignore</exclude>
+                            <exclude>**/.gitmodules</exclude>
                             <exclude>**/.git-blame-ignore-revs</exclude>
                             <!-- Maven related files -->
                             <exclude>**/target/**</exclude>
@@ -575,7 +576,7 @@
                             <exclude>hadoopbin</exclude>
                             <exclude>windowssystem32</exclude>
                             <!-- generated by Github -->
-                            <exclude>.github/**</exclude>
+                            <exclude>**/.github/**</exclude>
                             <!-- figures -->
                             <exclude>**/.eps</exclude>
                             <exclude>**/.png</exclude>
@@ -587,12 +588,15 @@
                             <exclude>*.json</exclude>
                             <!-- visualization plans -->
                             <exclude>**/*.plan</exclude>
-                            <exclude>NOTICE-binary</exclude>
-                            <exclude>LICENSE-binary</exclude>
+                            <exclude>**/NOTICE-binary</exclude>
+                            <exclude>**/LICENSE-binary</exclude>
                             <!-- json does not support comments-->
                             <exclude>**/*.json</exclude>
                             <!-- the zeppelin export file format-->
                             <exclude>**/*.zpln</exclude>
+                            <!-- exclude go.mod and go.sum in iotdb-client-go submodule-->
+                            <exclude>**/go.mod</exclude>
+                            <exclude>**/go.sum</exclude>
                         </excludes>
                     </configuration>
                 </plugin>