Repository: kylin Updated Branches: refs/heads/1.5.4.1-rc1 d33ba6aaa -> 2141b214c
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-rc1 Commit: 2141b214c1659d005f23b3587de6587d51eec1ff Parents: d33ba6a Author: shaofengshi <shaofeng...@apache.org> Authored: Fri Sep 23 23:56:02 2016 +0000 Committer: shaofengshi <shaofeng...@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>