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)