From 3ccd014134ef673abf85d69cd6821c31cc501e04 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Tue, 6 Dec 2016 13:53:49 -0500 Subject: [PATCH] Adding old modules dirs to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d258abe030e..cac7c2e63ce 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