mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
add coverage/test and misc items to .gitignore (#19384)
This commit is contained in:
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.*
|
||||
|
||||
Reference in New Issue
Block a user