You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ma...@apache.org on 2016/10/14 14:12:47 UTC

[03/10] kylin git commit: add .gitconfig to rat exclude list

add .gitconfig to rat exclude list


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/2141b214
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/2141b214
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/2141b214

Branch: refs/heads/1.5.4.1-beeline
Commit: 2141b214c1659d005f23b3587de6587d51eec1ff
Parents: d33ba6a
Author: shaofengshi <sh...@apache.org>
Authored: Fri Sep 23 23:56:02 2016 +0000
Committer: shaofengshi <sh...@apache.org>
Committed: Fri Sep 23 23:56:02 2016 +0000

----------------------------------------------------------------------
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/2141b214/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fc5b511..d2bd442 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1131,6 +1131,7 @@
                                 <exclude>**/LICENSE*</exclude>
                                 <!-- Local git repo -->
                                 <exclude>.git/**</exclude>
+                                <exclude>.gitconfig</exclude>
                                 <!-- IDE files -->
                                 <exclude>.idea/**</exclude>
                                 <exclude>**/*.iml</exclude>
@@ -1272,4 +1273,4 @@
             </build>
         </profile>
     </profiles>
-</project>
\ No newline at end of file
+</project>