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

This commit is contained in:
Adrian Likins 2016-12-15 10:47:59 -05:00 committed by GitHub
parent 7dc86648c4
commit d48ad47fda

10
.gitignore vendored
View file

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