summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2020-03-30 11:00:45 -0700
committerMatt Clay <matt@mystile.com>2020-03-30 13:56:43 -0700
commit7323d5dd0dadad1c706eae331526cd481785456a (patch)
treec143469e49f44603cb838cd80df7b4ae685564c4 /.gitignore
parentd8d7a30ea672a1df6020b131d84941f59dd8262e (diff)
downloadansible-7323d5dd0dadad1c706eae331526cd481785456a.tar.gz
Fix references to old egg-info directory.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index c9a324dda9..4c437ee809 100644
--- a/.gitignore
+++ b/.gitignore
@@ -71,7 +71,11 @@ coverage.xml
venv
Vagrantfile
.vagrant
-ansible.egg-info/
+# Backwards compatibility with `stable-2.9` and earlier branches.
+# Also used in the `devel` branch during early Ansible 2.10 development.
+/lib/ansible.egg-info/
+# First used in the `devel` branch during Ansible 2.10 development.
+/lib/ansible_base.egg-info/
/shippable/
/test/integration/cloud-config-*.*
!/test/integration/cloud-config-*.*.template