diff options
author | Dag Wieers <dag@wieers.com> | 2017-07-15 10:19:58 +0200 |
---|---|---|
committer | René Moser <mail@renemoser.net> | 2017-07-15 10:19:58 +0200 |
commit | 023bdf8494748caf6598756f3c562120b8bd5187 (patch) | |
tree | a3d7a3409225ced509c2d8e414058812883f3ea3 | |
parent | 1c1527c73f33fe4e86fbd9f8f3ac2472e91f37c8 (diff) | |
download | ansible-023bdf8494748caf6598756f3c562120b8bd5187.tar.gz |
Remove old/obsolete directories from .gitignore (#26680)
Having old/obsolete directories in .gitignore can be very confusing and
may get people spending needless hours trying to understand what is
going on.
This fixes #26650
-rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 3a099e69e4..cffbbbec24 100644 --- a/.gitignore +++ b/.gitignore @@ -77,9 +77,6 @@ packaging/release/ansible_release /test/integration/inventory.remote /test/integration/inventory.networking /test/integration/inventory.winrm -# old submodule dirs -lib/ansible/modules/core -lib/ansible/modules/extras # python 'rope' stuff .ropeproject # local 'ack' config files |