diff options
author | Adrian Likins <alikins@redhat.com> | 2016-12-15 10:47:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-15 10:47:59 -0500 |
commit | d48ad47fda9d73254cdf6b6f3fd1868b8691a804 (patch) | |
tree | bfa8ca095cbae65556457fb4ea1b20b717766e8d /.gitignore | |
parent | 7dc86648c43cf7c47fcae4818d533e0e119df216 (diff) | |
download | ansible-d48ad47fda9d73254cdf6b6f3fd1868b8691a804.tar.gz |
add coverage/test and misc items to .gitignore (#19384)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cac7c2e63c..4951ff3be3 100644 --- a/.gitignore +++ b/.gitignore @@ -77,3 +77,13 @@ packaging/release/ansible_release # old submodule dirs lib/ansible/modules/core lib/ansible/modules/extras +# python 'rope' stuff +.ropeproject +# local 'ack' config files +.ackrc +# default 'coverage html' results +htmlcov/ +# default 'coverage' tool data +.coverage +# ansible-test coverage results +test/units/.coverage.* |