mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-02 04:04:23 -07: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
|
# old submodule dirs
|
||||||
lib/ansible/modules/core
|
lib/ansible/modules/core
|
||||||
lib/ansible/modules/extras
|
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…
Add table
Add a link
Reference in a new issue