This is an automated email from the ASF dual-hosted git repository.
yzhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git
The following commit(s) were added to refs/heads/master by this push:
new 0f9a74b MNEMONIC-770
0f9a74b is described below
commit 0f9a74b79d188797e13c1f8f66410f6b6577f2a6
Author: lcy0816 <[email protected]>
AuthorDate: Thu Jan 12 22:17:25 2023 -0800
MNEMONIC-770
Signed-off-by: lcy0816 <[email protected]>
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index 4b5d73a..3fe124c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -330,6 +330,10 @@
<exclude>**/META-INFO/**/*</exclude>
<exclude>**/native/build/**/*</exclude>
<exclude>**/native/dist/**/*</exclude>
+ <exclude>**/native/CMakeFiles/**/*</exclude>
+ <exclude>**/native/*.cmake</exclude>
+ <exclude>**/native/Makefile</exclude>
+ <exclude>**/native/CMakeCache.txt</exclude>
<exclude>**/service-dist/**</exclude>
<exclude>**/*.iml</exclude>
<exclude>**/*.patch</exclude>