summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2016-12-15 10:47:59 -0500
committerGitHub <noreply@github.com>2016-12-15 10:47:59 -0500
commitd48ad47fda9d73254cdf6b6f3fd1868b8691a804 (patch)
treebfa8ca095cbae65556457fb4ea1b20b717766e8d /.gitignore
parent7dc86648c43cf7c47fcae4818d533e0e119df216 (diff)
downloadansible-d48ad47fda9d73254cdf6b6f3fd1868b8691a804.tar.gz
add coverage/test and misc items to .gitignore (#19384)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cac7c2e63c..4951ff3be3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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.*