diff options
author | Matt Clay <matt@mystile.com> | 2017-08-26 00:14:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-26 00:14:47 +0200 |
commit | f71d8615637560c26d54e314451ada1b1781b02e (patch) | |
tree | 9232138b03865395db6129158cb49978fab4b4dd /.gitignore | |
parent | xml module: Improve documentation (#28667) (diff) | |
download | ansible-f71d8615637560c26d54e314451ada1b1781b02e.tar.xz ansible-f71d8615637560c26d54e314451ada1b1781b02e.zip |
Collect data from integration test runs. (#28650)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cffbbbec24..8b36dee09f 100644 --- a/.gitignore +++ b/.gitignore @@ -74,6 +74,7 @@ packaging/release/ansible_release /test/results/bot/*.json /test/results/junit/*.xml /test/results/logs/*.log +/test/results/data/*.json /test/integration/inventory.remote /test/integration/inventory.networking /test/integration/inventory.winrm |