[
https://issues.apache.org/jira/browse/HBASE-16116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16111610#comment-16111610
]
Hudson commented on HBASE-16116:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-1.3-JDK8 #231 (See
[https://builds.apache.org/job/HBase-1.3-JDK8/231/])
HBASE-16116 Remove redundant pattern *.iml (chia7712: rev
d79641dfe10003d6c78d2e243289e58570809e94)
* (edit) .gitignore
> Remove redundant pattern *.iml
> ------------------------------
>
> Key: HBASE-16116
> URL: https://issues.apache.org/jira/browse/HBASE-16116
> Project: HBase
> Issue Type: Improvement
> Reporter: Konstantin Ryakhovskiy
> Assignee: Konstantin Ryakhovskiy
> Priority: Trivial
> Labels: beginner
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-2
>
> Attachments: HBASE-16116.patch
>
>
> .gitignore file contains pattern '*.iml' two times:
> {code}
> /.arc_jira_lib
> /.externalToolBuilders
> .project
> *.settings/
> .classpath
> /build
> /.idea/
> /logs
> *target/
> *.iml --------------- first appearance
> *.orig
> *~
> hbase-*/test
> *.iws
> *.iml --------------- second appearance
> *.ipr
> patchprocess/
> dependency-reduced-pom.xml
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)