You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Justin Leet (JIRA)" <ji...@apache.org> on 2018/05/09 16:12:00 UTC

[jira] [Updated] (METRON-1396) Fix .gitignore files to not ignore themselves

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

Justin Leet updated METRON-1396:
--------------------------------
    Fix Version/s: Next + 1

> Fix .gitignore files to not ignore themselves
> ---------------------------------------------
>
>                 Key: METRON-1396
>                 URL: https://issues.apache.org/jira/browse/METRON-1396
>             Project: Metron
>          Issue Type: Bug
>            Reporter: Justin Leet
>            Assignee: Justin Leet
>            Priority: Trivial
>             Fix For: Next + 1
>
>
> Two `.gitignore` files have a pattern to ignore hidden files: `.*`.  The problem is that `.gitignore` files match this pattern and are therefore ignored.  An exception should be added for the `.gitignore` itself.
> The two files are:
> ```
> metron-deployment/packaging/docker/deb-docker/.gitignore
> metron-deployment/packaging/docker/rpm-docker/.gitignore
> ```



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)