Add *.charm to gitignore

This patch adds *.charm to the .gitignore to ensure that any built
artifacts are ignored.

Change-Id: I4c79baf0802b2daa6aa9e9435ac9c99b605fc844
This commit is contained in:
Alex Kavanagh 2022-04-18 20:59:54 +01:00
parent 721df6ebf7
commit 1e6a5252dd

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ __pycache__
*.pyc
.idea
.stestr
*.charm