diff options
author | Matt Clay <matt@mystile.com> | 2018-06-05 03:07:14 +0200 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2018-06-06 04:08:15 +0200 |
commit | 70c475da6c76bf9d34e56042b0f89c0e5ae16b79 (patch) | |
tree | 45e7ec43d238290bf675b737e7321b6adc94e07b /.gitignore | |
parent | Better error message if the template is not utf-8 encoded (#41030) (diff) | |
download | ansible-70c475da6c76bf9d34e56042b0f89c0e5ae16b79.tar.xz ansible-70c475da6c76bf9d34e56042b0f89c0e5ae16b79.zip |
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 |