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/01/11 19:56:00 UTC

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

Justin Leet created METRON-1396:
-----------------------------------

             Summary: 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


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
(v6.4.14#64029)