[
https://issues.apache.org/jira/browse/HBASE-16116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16131093#comment-16131093
]
Hudson commented on HBASE-16116:
--------------------------------
FAILURE: Integrated in Jenkins build HBASE-14070.HLC #233 (See
[https://builds.apache.org/job/HBASE-14070.HLC/233/])
HBASE-16116 Remove redundant pattern *.iml (chia7712: rev
d4bd99312d7d616586416127c98af1f89abd3fc2)
* (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)