Add interface build ignore rules

Instruct charm tools to not include repo/test config and test code
when consuming interface to build a charm.

Change-Id: Iba7ec239094214a408105359c9f18b53a7bc0919
This commit is contained in:
Frode Nordahl 2018-12-18 09:47:59 +01:00
parent ce2aa63653
commit 875ddd342b
1 changed files with 8 additions and 0 deletions

View File

@ -3,3 +3,11 @@ summary: |
Provides the hacluster interface used for configuring Corosync
and Pacemaker services.
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
ignore:
- '.gitignore'
- '.gitreview'
- '.testr.conf'
- 'test-requirements'
- 'tox.ini'
- 'unit_tests'
- '.zuul.yaml'