Files
zuul-config/.gitignore
Thierry Carrez 1cd4bfd0f7 Initial commit
This initial commit contains pipeline definitions,
job definitions, and job pipeline definitions for
kata-containers/zuul-config itself.

Includes a minimal placeholder playbook and role so
that the tests actually pass. Those can be removed
once proper playbooks and roles are added.

Depends-On: https://review.openstack.org/630994
Change-Id: I41d4f8a958eaa66e016e0a35e4df68f992ce6009
2019-01-30 14:20:16 +01:00

15 lines
125 B
Plaintext

*.pyc
*~
# Unit test / coverage reports
.coverage
.tox
.stestr
# Sphinx
doc/build
# pbr generates these
AUTHORS
ChangeLog