Skip to content

Commit

Permalink
add coverage/test and misc items to .gitignore (ansible#19384)
Browse files Browse the repository at this point in the history
  • Loading branch information
alikins authored Dec 15, 2016
1 parent 7dc8664 commit d48ad47
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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.*

0 comments on commit d48ad47

Please sign in to comment.