diff options
author | Matt Clay <matt@mystile.com> | 2017-01-07 23:36:35 -0800 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2017-01-12 12:39:00 -0800 |
commit | d8733a545583325626b5b69def0710bf198ced7a (patch) | |
tree | 17ffb898830619207ab9e2c6c3bb8f632339f872 /.gitignore | |
parent | e40ad1ac1747d04fbb86ca513994c7c016b6aa5d (diff) | |
download | ansible-d8733a545583325626b5b69def0710bf198ced7a.tar.gz |
Complete initial network-integration support.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4951ff3be3..0bd74f04d9 100644 --- a/.gitignore +++ b/.gitignore @@ -73,6 +73,7 @@ packaging/release/ansible_release /test/results/junit/*.xml /test/results/logs/*.log /test/integration/inventory.remote +/test/integration/inventory.networking /test/integration/inventory.winrm # old submodule dirs lib/ansible/modules/core |