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/f2732ec8 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/f2732ec8 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/f2732ec8 Branch: refs/heads/1.5.x-CDH5.7 Commit: f2732ec85f750441a1386115daafc6e2bb91647f Parents: b6cdc0d Author: shaofengshi <shaofeng...@apache.org> Authored: Fri Sep 23 23:56:02 2016 +0000 Committer: shaofengshi <shaofeng...@apache.org> Committed: Sat Sep 24 09:09:36 2016 +0800 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/f2732ec8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ecb2724..fbb27a4 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>