Add *.charm to gitignore

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

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

1
.gitignore vendored
View File

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