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

Konstantin Ryakhovskiy updated HBASE-16116:
-------------------------------------------
    Description: 
.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}

  was:
.gitignore file contains pattern '*.iml' two times:
{code}
/.arc_jira_lib
/.externalToolBuilders
.project
*.settings/
.classpath
/build
/.idea/
/logs
*target/
*.iml
*.orig
*~
hbase-*/test
*.iws
*.iml
*.ipr
patchprocess/
dependency-reduced-pom.xml
{code}


> .gitignore file contains '*.iml' two times
> ------------------------------------------
>
>                 Key: HBASE-16116
>                 URL: https://issues.apache.org/jira/browse/HBASE-16116
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Konstantin Ryakhovskiy
>            Priority: Trivial
>              Labels: beginner
>
> .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.3.4#6332)

Reply via email to