Add *.charm to gitignore

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

Change-Id: Ie40871de122b9f203383b541205e82d2137bde3f
This commit is contained in:
Alex Kavanagh 2022-04-18 20:59:54 +01:00
parent 2ee4b81a48
commit d245c596ee
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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