Exclude test resources from built charms

This commit is contained in:
Liam Young 2018-07-27 13:03:37 +00:00
parent 76159459a1
commit 430a760e64
1 changed files with 9 additions and 0 deletions

View File

@ -2,3 +2,12 @@ name: nova-cell
summary: Compute Controller <-> API Controller interface
version: 1
maintainer: "<openstack-charmers@lists.ubuntu.com>"
ignore:
- 'unit_tests'
- 'Makefile'
- '.testr.conf'
- 'test-requirements.txt'
- 'tox.ini'
- '.gitignore'
- '.gitreview'
- '.unit-state.db'