diff options
author | Matt Clay <matt@mystile.com> | 2018-06-04 18:07:14 -0700 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2018-06-05 19:08:15 -0700 |
commit | 70c475da6c76bf9d34e56042b0f89c0e5ae16b79 (patch) | |
tree | 45e7ec43d238290bf675b737e7321b6adc94e07b /.gitignore | |
parent | cef4d862bc944fbcab082f2710575f2c14c7cd54 (diff) | |
download | ansible-70c475da6c76bf9d34e56042b0f89c0e5ae16b79.tar.gz |
Implement new changelog generator.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index dbca91c8cd..c7ae77d1de 100644 --- a/.gitignore +++ b/.gitignore @@ -103,5 +103,5 @@ htmlcov/ # ansible-test coverage results test/units/.coverage.* /test/integration/cloud-config-azure.yml - /SYMLINK_CACHE.json +changelogs/.plugin-cache.yaml |