Add *.charm to gitignore

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

Change-Id: Iedd404a0d075e80857d0f9517fae49679a52dad1
This commit is contained in:
Alex Kavanagh 2022-04-18 20:59:54 +01:00
parent b53106c714
commit 1578fcda4a
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ deps
.stestr
__pycache__
*.pyc
*.charm