diff options
author | Matt Clay <matt@mystile.com> | 2024-08-12 20:54:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-12 20:54:29 +0200 |
commit | 68515abf97dfc769c9aed2ba457ed7b8b2580a5c (patch) | |
tree | e91bc6b1ad56088840741e955a35e257056c51c8 /.gitignore | |
parent | atomic_move - fix creating file in directory with setgid bit (#83718) (diff) | |
download | ansible-68515abf97dfc769c9aed2ba457ed7b8b2580a5c.tar.xz ansible-68515abf97dfc769c9aed2ba457ed7b8b2580a5c.zip |
Drop use of setup.py and setup.cfg (#81443)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8b244f60ee..57019fd1ab 100644 --- a/.gitignore +++ b/.gitignore @@ -92,6 +92,8 @@ Vagrantfile /lib/ansible_base.egg-info/ # First used in the `devel` branch during Ansible 2.11 development. /lib/ansible_core.egg-info/ +# First used in the `devel` branch during Ansible 2.18 development. +/ansible_core.egg-info/ # vendored lib dir lib/ansible/_vendor/* !lib/ansible/_vendor/__init__.py |