mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
add coverage/test and misc items to .gitignore (#19384)
This commit is contained in:
parent
7dc86648c4
commit
d48ad47fda
1 changed files with 10 additions and 0 deletions
10
.gitignore
vendored
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…
Reference in a new issue