add coverage/test and misc items to .gitignore (#19384)

pull/19389/head
Adrian Likins 8 years ago committed by GitHub
parent 7dc86648c4
commit d48ad47fda

10
.gitignore vendored

@ -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.*

Loading…
Cancel
Save