Adding old modules dirs to gitignore
This commit is contained in:
parent
b38b408f19
commit
3ccd014134
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -74,3 +74,6 @@ packaging/release/ansible_release
|
||||||
/test/results/logs/*.log
|
/test/results/logs/*.log
|
||||||
/test/integration/inventory.remote
|
/test/integration/inventory.remote
|
||||||
/test/integration/inventory.winrm
|
/test/integration/inventory.winrm
|
||||||
|
# old submodule dirs
|
||||||
|
lib/ansible/modules/core
|
||||||
|
lib/ansible/modules/extras
|
||||||
|
|
Loading…
Reference in a new issue