You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2018/03/21 22:09:10 UTC

[jira] [Updated] (HBASE-16116) Remove redundant pattern *.iml

     [ https://issues.apache.org/jira/browse/HBASE-16116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-16116:
--------------------------
    Fix Version/s:     (was: 3.0.0)

> 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: 1.4.0, 1.3.2, 1.2.7, 2.0.0-alpha-2, 2.0.0
>
>         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
(v7.6.3#76005)