diff options
author | James Cammarata <jimi@sngx.net> | 2016-12-06 19:53:49 +0100 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2016-12-08 17:35:19 +0100 |
commit | 3ccd014134ef673abf85d69cd6821c31cc501e04 (patch) | |
tree | ae8579b95fad94218a0231c58729346cd92a6b8e /.gitignore | |
parent | Updating release playbook to conditionally use submodules (diff) | |
download | ansible-3ccd014134ef673abf85d69cd6821c31cc501e04.tar.xz ansible-3ccd014134ef673abf85d69cd6821c31cc501e04.zip |
Adding old modules dirs to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d258abe030..cac7c2e63c 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,6 @@ packaging/release/ansible_release /test/results/logs/*.log /test/integration/inventory.remote /test/integration/inventory.winrm +# old submodule dirs +lib/ansible/modules/core +lib/ansible/modules/extras |